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 am trying fvim on Windows 10 (version 1803) and noticed weird color issues. I have the following settings related to color in my init.vim:
set termguicolors
colorscheme gruvbox8_hard
For nvim-qt, when I open it, the termguicolors option from init.vim is preserved so that the color is normal. I do not need to set anything related to color in ginit.vim.
Buf for fvim, when I open it, color is apparently wrong. I use set termiguicolors and found that it is reset to notermguicolors. I suppose it is done by fvim? So my colorsheme does not work any more.
To fix this, I have to add:
set termguicolors
colorscheme gruvbox8_hard
to ginit.vim. Is this the intended behavior or a bug? I think this issue is related to #63.