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'
|
Plug 'honza/vim-snippets'
|
||||||
|
|
||||||
" HIGHLIGHTING
|
" HIGHLIGHTING
|
||||||
|
"Plug 'morhetz/gruvbox'
|
||||||
" Whitespace highlighting and removal
|
" Whitespace highlighting and removal
|
||||||
Plug 'ntpeters/vim-better-whitespace'
|
Plug 'ntpeters/vim-better-whitespace'
|
||||||
" C syntax highlighting
|
" C syntax highlighting
|
||||||
|
@ -108,6 +109,7 @@ let g:vimtex_quickfix_open_on_warning = 0
|
||||||
let g:UltiSnipsExpandTrigger = '<S-tab>'
|
let g:UltiSnipsExpandTrigger = '<S-tab>'
|
||||||
" }}}
|
" }}}
|
||||||
" COLORS {{{
|
" COLORS {{{
|
||||||
|
set background=dark
|
||||||
colorscheme badwolf
|
colorscheme badwolf
|
||||||
let g:airline_theme='badwolf'
|
let g:airline_theme='badwolf'
|
||||||
syntax on
|
syntax on
|
||||||
|
|
Loading…
Add table
Reference in a new issue