We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cursorlineopt = 'number'
Describe the bug With this option, the completion highlights for cmdline and popupmenu will not work.
cmdline
popupmenu
Which version of Neovim are you using? NVIM v0.8.1 Build type: Release LuaJIT 2.1.0-beta3 Compilado por builduser
To Reproduce Steps to reproduce the behavior:
minimal.lua
:
tab
Expected Behavior When choosing the completion options the selected option should be highlighted
The text was updated successfully, but these errors were encountered:
c7f666c
Successfully merging a pull request may close this issue.
Describe the bug
With this option, the completion highlights for
cmdline
andpopupmenu
will not work.Which version of Neovim are you using?
NVIM v0.8.1
Build type: Release
LuaJIT 2.1.0-beta3
Compilado por builduser
To Reproduce
Steps to reproduce the behavior:
minimal.lua
provided by this repo addingcursorlineopt = 'number'
as an option:
to showcmdline
tab
to show the completion optionsExpected Behavior
When choosing the completion options the selected option should be highlighted
The text was updated successfully, but these errors were encountered: