vim: improve color handling

feature/improve-speed
bretello 2021-09-26 16:07:34 +02:00
parent 14be7945e1
commit d8461c69fc
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 5 additions and 1 deletions

View File

@ -5,11 +5,15 @@ source $DOTFILES/vim/plugs.vim
set encoding=utf-8
scriptencoding utf-8
" Style
"" Style
" enable truecolor mode
set termguicolors
set background=dark
let g:gruvbox_contrast_dark='hard'
let g:gruvbox_sign_column='bg0'
" Show some gui colors in term
let g:gruvbox_guisp_fallback='bg'
colorscheme gruvbox
" enable truecolor support
set termguicolors