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
30c676e20b
commit
b8406735ba
|
@ -82,6 +82,8 @@ set background=dark
|
|||
let g:gruvbox_plugin_hi_groups=1
|
||||
" Include filetype integration
|
||||
let g:gruvbox_filetype_hi_groups=1
|
||||
" 24 bit colors
|
||||
set termguicolors
|
||||
" Use my preferred colorscheme
|
||||
colorscheme gruvbox8
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue