Install and setup questions #45
Unanswered
Aejkatappaja
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Ask here rather than opening an issue. An issue is for something that is broken; setup usually is not.
Before asking, the three that come up most:
A black cursor. That is your terminal, not a missing highlight. Neovim's default
'guicursor'only names a highlight group for terminal mode, so everywhere else the terminal draws its own cursor in its own colour. Two fixes, both in the README under The cursor stays your terminal's: install the surface fromextras/for whatever terminal you run, or nameCursoron the other modes yourself.Colours are close but not right. Almost always the terminal's own 16-colour
palette showing through, or
termguicolorsoff. Check:Transparency leaves one window painted. The completion menu is the exception and stays painted on purpose, since a transparent popup over code is not readable. Everything else that links to
NormalFloatgoes through, including plugins released after the README was written.Everything else,
:help cendrecovers the options, the commands and the role map in full.When you post, include:
setup()block:hi <Group>for the group that looks wrong, if you know which one it isAll reactions