Replies: 1 comment 1 reply
-
Related: #968, #1002; neovim/neovim#31525 will address this. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm running nvim v0.11.0-dev-1351+gf9dd682621 and noice commit 7b1960c.
I have a key mapping defined for code actions like this:

vim.keymap.set({'n','v'},'<C-k>', vim.lsp.buf.code_action,{})
The first problem is that when I press -k, an empty box pops up and another 'Confirm' box pops up like this:
So the first problem is that the code actions box is empty and the seconds is that the 'Confirm' overlays the box so I couldn't read it anyhow.

If I press , what is in the box becomes visible:
but now pressing 1 doesn't do anything.
If I remove noice, then the code actions are visible:

Is this a known issue and is there a workaround?
Beta Was this translation helpful? Give feedback.
All reactions