[VIM] enable true color

This commit is contained in:
2021-04-08 05:38:33 +02:00
parent ab54f86dd7
commit 6f24347aba

View File

@ -45,6 +45,14 @@ set splitbelow
set splitright
" Set colors
if (has("nvim"))
"For Neovim 0.1.3 and 0.1.4 < https://github.com/neovim/neovim/pull/2198 >
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
endif
if (has("termguicolors"))
set termguicolors
endif
colorscheme happy_hacking
" Turn on the Wild menu