home: vim: do not set 'termguicolors' explicitly

Rely on the new behaviour from v0.10 which detects it more
intelligently.
This commit is contained in:
Bruno BELANYI 2024-05-20 20:27:39 +01:00
parent a60287f8cf
commit cc82d7575f

View file

@ -86,8 +86,6 @@ set mouse=
" Set dark mode by default " Set dark mode by default
set background=dark set background=dark
" 24 bit colors
set termguicolors
" Setup some overrides for gruvbox " Setup some overrides for gruvbox
lua << EOF lua << EOF
local gruvbox = require("gruvbox") local gruvbox = require("gruvbox")