From b6b79c71f51a67f43478c644c7987cce96eb35fa Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 21 Oct 2019 14:10:23 +0200 Subject: [PATCH] [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. --- vim/.vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index aee5c4e..d86afeb 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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 {{{