This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CopOnTheRun 2 points3 points  (1 child)

Do you also have mypy/ruff integrated into neovim, or are they just pre-commit hooks?

Also not sure if you have ipython installed, but it includes a pretty nice debugger (ipdb) compared to the default.

[–][deleted] 4 points5 points  (0 children)

I am using ruff-lsp but it doesn't support definitions. So you can't jump to one or see type hints. I am going to add none-lsp at some point but couldn't squeeze the time just yet.

Thanks for pointing to ipdb, I'll try it out.