You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running Neovim and everytime I load vim-pandoc-syntax I get the error
line 693:
E421: Color name or number not recognized: ctermfg=#ffa0a0
This looks identical to the issue in here, except I explicitly do not have (or want) true color enabled, I.e., I have set t_Co=16 in my config and even if I add set notermguicolors I still get this error! Running in vim (with the same config) does not give me this error, only neovim.
How can I make sure vim-pandoc-syntax doesn't assume true colors when I use Neovim?
Perugolate, iGormilhit, pretentiousUsername, leun4m, florianjacob and 3 more