Closed baggiponte closed 5 months ago
Don't know why but this solved itself.
Thank you for updating the issue. Feel free to re-open if you face this problem again, I can debug it.
Thanks for your answer! Now I have this small issue:
Set aside the error message (don't know what this is due to), I see a duplicated message for errors 1-2 and no option to ignore the rule. Maybe nvim can only display 4 options?
I don't think there's any limit as to how many code actions Neovim can display. I'm not exactly sure what I'm seeing here. Is it a notification popup like the one in nvim-notify
? Is it some other plugin which shows a floating window and then you type an appropriate number?
I don't think there's any limit as to how many code actions Neovim can display. I'm not exactly sure what I'm seeing here. Is it a notification popup like the one in
nvim-notify
? Is it some other plugin which shows a floating window and then you type an appropriate number?
Ops, sorry. It's noice.nvim
. It uses notify under the hood. It might simply be an error on their side. Will open a new issue if I see that pop up again 😊
Ciao!
I am using neovim with ruff (and/or ruff-lsp) as LSP server, in tandem with pyright. Yesterday I update to nvim 0.10.0 and noticed ruff odes not display the code action popup menu (
vim.lsp.buf.code_action()
). I was just using ruff, so I reinstalled ruff-lsp and in the logs found this:The first log should be the error within ruff server, the second within ruff-lsp. Am finding it really hard to dissect, any suggestion on how I can improve the report? Thanks! I guess I should s/o @dhruvmanila