home: vim: disable 'termguicolors'

I forgot that I actually prefer the look without it.
This commit is contained in:
Bruno BELANYI 2021-02-23 14:57:05 +00:00
parent 513c1555f1
commit 1e6a5401ec

View file

@ -72,9 +72,6 @@ set background=dark
packadd! onedark-vim
" Use onedark
colorscheme onedark
" 24-bit true color
set termguicolors
" }}}
" Search parameters {{{