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 have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.8.1
Operating system/version
MacOS 13.3.1
Describe the bug
Summary:
When Noice is used together with https://github.com/lervag/vimtex, which provides an extensive omnicompletion, an error "Error E5248: Invalid character in group name" appears for each completion candidate.
Buggy behavior:
With the following lazy.nvim spec, the error occurs (see screenshot)
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.8.1
Operating system/version
MacOS 13.3.1
Describe the bug
Summary:
When Noice is used together with https://github.com/lervag/vimtex, which provides an extensive omnicompletion, an error "Error E5248: Invalid character in group name" appears for each completion candidate.
Buggy behavior:
With the following lazy.nvim spec, the error occurs (see screenshot)
Correct behavior:
Disabling the popupmenu fixes the issue. Removing the
opts
table entirely also fixes the issue.Additional context:
I asked in the Gitter and @clason had the following comment: "VimTeX provides word, abbrv, and menu, which noice may not expect".
Steps To Reproduce
repro.lua
nvim -u repro.lua repro.tex
i\<C-x><C-o>
(i.e. type a leading\
and enter omnicompletion) to trigger the error.(Note: a
repro.tex
file is not provided because this is an empty file on purpose, which was used to generate the above screenshots)Expected Behavior
See above
Repro
The text was updated successfully, but these errors were encountered: