[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 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter' Plug 'airblade/vim-gitgutter'
Plug 'vim-latex/vim-latex' Plug 'vim-latex/vim-latex'
" Plug 'morhetz/gruvbox' Plug 'morhetz/gruvbox'
Plug 'dag/vim-fish' Plug 'dag/vim-fish'
Plug 'KabbAmine/gulp-vim' Plug 'KabbAmine/gulp-vim'
Plug 'kovisoft/slimv' Plug 'kovisoft/slimv'
Plug 'vim-php/vim-phpunit' Plug 'vim-php/vim-phpunit'
" Plug 'dracula/vim', {'as': 'dracula'}
Plug 'arcticicestudio/nord-vim'
call plug#end() call plug#end()
else else
@ -84,8 +82,8 @@ set tm=500
syntax on syntax on
" color dracula " color dracula
colorscheme nord colorscheme gruvbox
" set background=light set background=light
" set termguicolors " set termguicolors
set cursorline set cursorline
if has("gui_running") if has("gui_running")