Add gruvbox link but don't install
This commit is contained in:
parent
d361a03bbb
commit
af9bfe1b60
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue