[vim] lightline base16-3024 theme
This commit is contained in:
parent
2d10c94c57
commit
b53eb9327b
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -26,7 +26,10 @@ if has("unix") || has("mac")
|
||||||
let g:ale_c_gcc_options='-std=c99 -pedantic'
|
let g:ale_c_gcc_options='-std=c99 -pedantic'
|
||||||
let g:ale_sign_error = '●'
|
let g:ale_sign_error = '●'
|
||||||
let g:ale_sign_warning = '●'
|
let g:ale_sign_warning = '●'
|
||||||
|
" Maybe simply overwrite default scheme like in https://github.com/itchyny/lightline.vim/issues/190
|
||||||
|
Plugin 'felixjung/vim-base16-lightline'
|
||||||
Plugin 'itchyny/lightline.vim'
|
Plugin 'itchyny/lightline.vim'
|
||||||
|
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