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
FWIW I'm on the latest commit and started getting this error. I found this ticket and although (at least I'm pretty sure) I don't have any indentation issues I get this. I disabled ruff (also first tried updating ruff to no avail) and trouble works fine again, so think ruff might still be having issues?
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.0
Operating system/version
Arch Linux 6.9.7
Describe the bug
Using Ruff and Python, if the wrong indentation is used and Trouble is brought up, a concat error is thrown, usually many times.
Steps To Reproduce
:lua require("trouble").open("diagnostics")
:
Expected Behavior
Any errors should ideally show up once - this causes continuous errors after the cursor is moved around a few times.
Repro
The text was updated successfully, but these errors were encountered: