Go gruvbox
This commit is contained in:
parent
2cd663eadc
commit
10349fd2ff
1 changed files with 8 additions and 3 deletions
|
@ -112,12 +112,17 @@ let g:vimtex_quickfix_autoclose_after_keystrokes = 2
|
|||
let g:vimtex_quickfix_open_on_warning = 0
|
||||
|
||||
let g:UltiSnipsExpandTrigger = '<S-tab>'
|
||||
|
||||
let g:gruvbox_italic = 1
|
||||
let g:gruvbox_contrast_dark='hard'
|
||||
let g:gruvbox_transparent_bg = 1
|
||||
" }}}
|
||||
" COLORS {{{
|
||||
set background=dark
|
||||
colorscheme badwolf
|
||||
let g:airline_theme='badwolf'
|
||||
syntax on
|
||||
set termguicolors
|
||||
set background=dark
|
||||
colorscheme gruvbox
|
||||
let g:airline_theme='gruvbox'
|
||||
" }}}
|
||||
" SPACES & TABS {{{
|
||||
set expandtab " expand tabs to spaces
|
||||
|
|
Loading…
Add table
Reference in a new issue