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’m using cmp-cmdline along with noice.nvim (with cmdline_popup enabled and popupmenu disabled). Completion suggestions show up correctly when typing : commands like :req, and the expected candidate like require is highlighted.
However, when I press <CR>, the selected completion item is not inserted into the command line — instead, Neovim directly executes the original, incomplete input (e.g. :req instead of :require).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using cmp-cmdline along with noice.nvim (with cmdline_popup enabled and popupmenu disabled). Completion suggestions show up correctly when typing
: commandslike:req, and the expected candidate likerequireis highlighted.However, when I press
<CR>, the selected completion item is not inserted into the command line — instead, Neovim directly executes the original, incomplete input (e.g.:reqinstead of:require).Is there a known workaround or conflict between noice.nvim and cmp-cmdline that prevents from confirming completion items?
Beta Was this translation helpful? Give feedback.
All reactions