[VIM] enable true color
This commit is contained in:
parent
ab54f86dd7
commit
6f24347aba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user