Disable gruvbox airline theme (is set automatically), put gruvbox config in color section
This commit is contained in:
parent
10349fd2ff
commit
78fbb0ead8
1 changed files with 6 additions and 4 deletions
|
@ -113,16 +113,17 @@ 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 {{{
|
||||
syntax on
|
||||
set termguicolors
|
||||
let g:gruvbox_contrast_dark='hard'
|
||||
let g:gruvbox_transparent_bg = 1
|
||||
let g:gruvbox_italic = 1
|
||||
set background=dark
|
||||
colorscheme gruvbox
|
||||
let g:airline_theme='gruvbox'
|
||||
"let g:airline_theme='gruvbox'
|
||||
let &t_ut = '' " Disable BCE (background color erase)
|
||||
" }}}
|
||||
" SPACES & TABS {{{
|
||||
set expandtab " expand tabs to spaces
|
||||
|
@ -204,6 +205,7 @@ augroup configgroup
|
|||
"autocmd FileType python let g:ycm_global_ycm_extra_conf = '~/.global_extra_conf.py'
|
||||
autocmd BufEnter Makefile,*.asm setlocal noexpandtab tabstop=6 shiftwidth=6 softtabstop=0
|
||||
autocmd BufEnter *.sh setlocal shiftwidth=2 tabstop=2 softtabstop=2 foldlevel=0 foldmethod=marker
|
||||
|
||||
augroup END
|
||||
" }}}
|
||||
set modelines=1
|
||||
|
|
Loading…
Add table
Reference in a new issue