Add gruvbox link but don't install

This commit is contained in:
flyingscorpio@arch-desktop 2020-12-04 00:42:48 +01:00
parent d361a03bbb
commit af9bfe1b60

View file

@ -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 = '<S-tab>'
" }}}
" COLORS {{{
set background=dark
colorscheme badwolf
let g:airline_theme='badwolf'
syntax on