From af9bfe1b6012567fd96ca1ddf2bbe9b4649f12fe Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 4 Dec 2020 00:42:48 +0100 Subject: [PATCH] Add gruvbox link but don't install --- dotfiles/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 9ae8033..67586a9 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -44,6 +44,7 @@ Plug 'SirVer/ultisnips' Plug 'honza/vim-snippets' " HIGHLIGHTING +"Plug 'morhetz/gruvbox' " Whitespace highlighting and removal Plug 'ntpeters/vim-better-whitespace' " C syntax highlighting @@ -108,6 +109,7 @@ let g:vimtex_quickfix_open_on_warning = 0 let g:UltiSnipsExpandTrigger = '' " }}} " COLORS {{{ +set background=dark colorscheme badwolf let g:airline_theme='badwolf' syntax on