From 0ed5555d7129e2eb5516db05a2e87ea41f758269 Mon Sep 17 00:00:00 2001 From: Ellen Gummesson Date: Sun, 28 Dec 2014 20:00:51 +0100 Subject: [PATCH] Add instructions. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c2924c6..6fc2adb 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,16 @@ version and the 256 colors version: :AirlineTheme gotham :AirlineTheme gotham256 +#### Lightline + +Gotham supports [lightline.vim][lightline.vim] too. To enable the colorscheme, +add one of the following lines to your `.vimrc`: + +``` viml +let g:lightline.colorscheme = 'gotham' +let g:lightline.colorscheme = 'gotham256' +``` + ### Other @@ -99,5 +109,6 @@ MIT © 2014 Andrea Leopardi, see [the license][license-file]. [vim-plug]: https://github.com/junegunn/vim-plug [gotham-contrib]: https://github.com/whatyouhide/gotham-contrib [vim-airline]: https://github.com/bling/vim-airline +[lightline.vim]: https://github.com/itchyny/lightline.vim [emacs-version]: https://github.com/wasamasa/gotham-theme [contributors]: https://github.com/whatyouhide/vim-gotham/graphs/contributors