w0ng/vim-hybrid

Doesn't load properly when using true color in Neovim

lithammer opened this issue · 1 comments

So true color support recently landed in Neovim neovim/neovim#2198. But it seems like hybrid gets a bit confused by this (see screenshot).

screen shot 2015-03-22 at 17 59 10

It get solved by reloading the colorscheme though, or defining the gui* values.

screen shot 2015-03-22 at 17 58 52

I guess there's two ways to approach this:

  • Treat $NVIM_TUI_ENABLE_TRUE_COLOR && has("nvim") as has("gui_running").
  • Always define both "vmodes" (gui and cterm).

Fixed by #30