Changed nvim coloscheme

This commit is contained in:
Marcel Kapfer (mmk2410) 2017-02-28 19:18:56 +01:00
parent 23a4ab25e6
commit 0b6ca9a6f2
1 changed files with 3 additions and 3 deletions

View File

@ -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