Changed nvim coloscheme
This commit is contained in:
parent
23a4ab25e6
commit
0b6ca9a6f2
1 changed files with 3 additions and 3 deletions
6
init.vim
6
init.vim
|
@ -27,7 +27,6 @@ if filereadable(expand("~/.vim/autoload/plug.vim")) || filereadable(expand("~/.c
|
|||
Plug 'KabbAmine/gulp-vim'
|
||||
Plug 'derekwyatt/vim-scala'
|
||||
Plug 'kovisoft/slimv'
|
||||
Plug 'freeo/vim-kalisi'
|
||||
Plug 'vim-scripts/java.vim'
|
||||
Plug 'vim-php/vim-phpunit'
|
||||
Plug 'IN3D/vim-raml'
|
||||
|
@ -90,8 +89,9 @@ set tm=500
|
|||
" Color
|
||||
|
||||
syntax on
|
||||
colorscheme kalisi
|
||||
set background=light
|
||||
colorscheme gruvbox
|
||||
|
||||
set background=dark
|
||||
set cursorline
|
||||
if has("gui_running")
|
||||
set guioptions-=T
|
||||
|
|
Loading…
Reference in a new issue