home: vim: set 'termguicolors'
For once, I like the look *with* 24-bit colors better on this current color-scheme.
This commit is contained in:
parent
6417b5f4ba
commit
7060891b2d
|
@ -82,6 +82,8 @@ set background=dark
|
||||||
let g:gruvbox_plugin_hi_groups=1
|
let g:gruvbox_plugin_hi_groups=1
|
||||||
" Include filetype integration
|
" Include filetype integration
|
||||||
let g:gruvbox_filetype_hi_groups=1
|
let g:gruvbox_filetype_hi_groups=1
|
||||||
|
" 24 bit colors
|
||||||
|
set termguicolors
|
||||||
" Use my preferred colorscheme
|
" Use my preferred colorscheme
|
||||||
colorscheme gruvbox8
|
colorscheme gruvbox8
|
||||||
" }}}
|
" }}}
|
||||||
|
|
Loading…
Reference in a new issue