Closed ghost closed 5 years ago
Probably an issue with it being an early version of vim 8 or just that terminal emulator being used does not fully support true colors. If you want to send a PR, that would be great, but I think this is a very specific/niche type of issue.
See #77
Problems summary
I needed to use the instruction for vim 7 even tough vim 8 is installed.
Expected
Use vim 8 instruction with vim 8 installed.
Environment Information
Provide a minimal vim rc with less than 50 lines (Required!)
The reproduce ways from neovim starting
.vimrc
vim .vimrc
(for example)Screen shot (if possible)
Looked like this (black and white) with the vim 8 installation instructions.
And looks like this without any additional colorscheme / theme (like default on Google Cloud Shell):
With the vim 7 installation instructions looks finally like it should:
Possible Solution
I am not sure if a simple mention in the
README.md
is enough.Credits to Christian Brabandt who gave me the right hint on StackExchange.