[vim] fix lightline theme
This commit is contained in:
parent
cf6ad12834
commit
b7c733bc47
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -29,7 +29,7 @@ if has("unix") || has("mac")
|
||||||
" Maybe simply overwrite default scheme like in https://github.com/itchyny/lightline.vim/issues/190
|
" Maybe simply overwrite default scheme like in https://github.com/itchyny/lightline.vim/issues/190
|
||||||
Plugin 'felixjung/vim-base16-lightline'
|
Plugin 'felixjung/vim-base16-lightline'
|
||||||
Plugin 'itchyny/lightline.vim'
|
Plugin 'itchyny/lightline.vim'
|
||||||
let g:lightline#colorscheme = 'base16_3024'
|
let g:lightline = {'colorscheme': 'base16_3024'}
|
||||||
if executable('ctags')
|
if executable('ctags')
|
||||||
Plugin 'ludovicchabant/vim-gutentags'
|
Plugin 'ludovicchabant/vim-gutentags'
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue