vim-pandoc / vim-pandoc-syntax

pandoc markdown syntax, to be installed alongside vim-pandoc
MIT License
425 stars 61 forks source link

Neovim true color support - Color name or number not recognized #185

Open rafalio opened 8 years ago

rafalio commented 8 years ago

I'm running Neovim with true color enabled (let $NVIM_TUI_ENABLE_TRUE_COLOR=1) and getting the following error with vim-pandoc-syntax:

line  596:
E421: Color name or number not recognized: ctermfg=#b8bb26

It looks like this is similar to this issue: https://github.com/junegunn/goyo.vim/issues/92

fmoralesc commented 7 years ago

You probably need to add set termguicolors instead of setting the env var.

zaript commented 7 years ago

I confirm, that the issue is resolved in unstable neovim.

As it says here: 2016/05/11 "True color" support now requires set termguicolors in your init.vim. NVIM_TUI_ENABLE_TRUE_COLOR is ignored. #4690