neovim theme change
This commit is contained in:
parent
33b5be7e7c
commit
13c6cda406
1 changed files with 3 additions and 1 deletions
4
init.vim
4
init.vim
|
@ -24,6 +24,8 @@ Plug 'dart-lang/dart-vim-plugin'
|
||||||
Plug 'KabbAmine/gulp-vim'
|
Plug 'KabbAmine/gulp-vim'
|
||||||
Plug 'derekwyatt/vim-scala'
|
Plug 'derekwyatt/vim-scala'
|
||||||
Plug 'kovisoft/slimv'
|
Plug 'kovisoft/slimv'
|
||||||
|
Plug 'freeo/vim-kalisi'
|
||||||
|
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
@ -77,7 +79,7 @@ set tm=500
|
||||||
" Color
|
" Color
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
colorscheme gruvbox
|
colorscheme kalisi
|
||||||
set background=light
|
set background=light
|
||||||
set cursorline
|
set cursorline
|
||||||
if has("gui_running")
|
if has("gui_running")
|
||||||
|
|
Loading…
Reference in a new issue