[vim] fix lightline theme

This commit is contained in:
lhark 2019-03-09 11:51:25 -05:00
parent cf6ad12834
commit b7c733bc47

2
vimrc
View file

@ -29,7 +29,7 @@ if has("unix") || has("mac")
" Maybe simply overwrite default scheme like in https://github.com/itchyny/lightline.vim/issues/190
Plugin 'felixjung/vim-base16-lightline'
Plugin 'itchyny/lightline.vim'
let g:lightline#colorscheme = 'base16_3024'
let g:lightline = {'colorscheme': 'base16_3024'}
if executable('ctags')
Plugin 'ludovicchabant/vim-gutentags'
endif