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
74400fc6dd
commit
cf78051a84
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue