Browse Source

[vim] fix lightline theme

v2
lhark 7 years ago
parent
commit
b7c733bc47
  1. 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…
Cancel
Save