diff --git a/vim/.vimrc b/vim/.vimrc index a59508f..f96fc70 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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