mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Fix lightline setting
This commit is contained in:
parent
5c7ec0f42f
commit
cdb85772a6
|
|
@ -69,8 +69,8 @@ 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'
|
||||
let g:lightline = { 'colorscheme': 'gotham' }
|
||||
let g:lightline = { 'colorscheme': 'gotham256' }
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue