[neovim] Switch to Gruvbox theme

This commit is contained in:
Marcel Kapfer 2020-05-12 17:29:27 +02:00
parent 7d8f4199ac
commit 0d2de73943
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 5 deletions

View File

@ -20,13 +20,11 @@ if filereadable(expand("~/.vim/autoload/plug.vim")) || filereadable(expand("~/.c
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'
Plug 'vim-latex/vim-latex'
" Plug 'morhetz/gruvbox'
Plug 'morhetz/gruvbox'
Plug 'dag/vim-fish'
Plug 'KabbAmine/gulp-vim'
Plug 'kovisoft/slimv'
Plug 'vim-php/vim-phpunit'
" Plug 'dracula/vim', {'as': 'dracula'}
Plug 'arcticicestudio/nord-vim'
call plug#end()
else
@ -84,8 +82,8 @@ set tm=500
syntax on
" color dracula
colorscheme nord
" set background=light
colorscheme gruvbox
set background=light
" set termguicolors
set cursorline
if has("gui_running")