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:
parent
a60287f8cf
commit
cc82d7575f
|
@ -86,8 +86,6 @@ set mouse=
|
|||
" Set dark mode by default
|
||||
set background=dark
|
||||
|
||||
" 24 bit colors
|
||||
set termguicolors
|
||||
" Setup some overrides for gruvbox
|
||||
lua << EOF
|
||||
local gruvbox = require("gruvbox")
|
||||
|
|
Loading…
Reference in a new issue