neovim theme change

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-06-04 23:58:14 +02:00
parent 33b5be7e7c
commit 13c6cda406
1 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,8 @@ Plug 'dart-lang/dart-vim-plugin'
Plug 'KabbAmine/gulp-vim'
Plug 'derekwyatt/vim-scala'
Plug 'kovisoft/slimv'
Plug 'freeo/vim-kalisi'
call plug#end()
@ -77,7 +79,7 @@ set tm=500
" Color
syntax on
colorscheme gruvbox
colorscheme kalisi
set background=light
set cursorline
if has("gui_running")