[UPDATE][VIM] Remove gruvbox lightline theme

I don't like the colors of the gruvbox theme in lightline because errors
and warnings are not highlighted. I could fix the theme, but I've been
using instead wombat for a while and find that it looks perfectly fine.
This commit is contained in:
Bruno BELANYI 2019-10-21 14:10:23 +02:00
parent ef51e87126
commit b6b79c71f5

View file

@ -65,8 +65,6 @@ Plug 'nanotech/jellybeans.vim'
Plug 'morhetz/gruvbox'
" Fancy status bar
Plug 'itchyny/lightline.vim'
" Add the gruvbox theme to my status line
Plug 'shinchu/lightline-gruvbox.vim'
" }}}
" Minimum viable vim config {{{