nvim-code-action-menu icon indicating copy to clipboard operation
nvim-code-action-menu copied to clipboard

CodeActionMenu freezes Neovim if rust_lsp is attached to the buffer

Open gotgenes opened this issue 1 year ago • 0 comments

If I issue :CodeActionMenu in a Python buffer with ruff-lsp attached, Neovim becomes completely unresponsive.

I don't experience this issue when using vim.lsp.buf.code_action()

I am wondering if it has to do with the fact that ruff-lsp always has actions, but that they may have no diff. astral-sh/ruff-lsp#91 but that is a shot in the dark.

I haven't experienced this issue when ruff-lsp is detached, or in other languages with other language servers.

gotgenes avatar Sep 20 '23 16:09 gotgenes