Replies: 7 comments 12 replies
-
just some reference materials123 Footnotes |
Beta Was this translation helpful? Give feedback.
-
maybe add |
Beta Was this translation helpful? Give feedback.
-
side note: I recently start using https://github.com/charliermarsh/ruff to replace black, it seems a bit faster(? |
Beta Was this translation helpful? Give feedback.
-
If no one vote for this, I will replace |
Beta Was this translation helpful? Give feedback.
-
I haven't update my neovim config for a while and it's seems that we have experience pyright->jedi->pylsp lol. I have only used pyright before, do we have code action on other lsp? |
Beta Was this translation helpful? Give feedback.
-
A couple of things:
|
Beta Was this translation helpful? Give feedback.
-
Pylsp works perfectly when I'm using virtual environment created by conda or other tools. However, when I use Because when we are not in a virtual environment, pylsp is in its own venv Maybe we can add this to wiki? :) |
Beta Was this translation helpful? Give feedback.
-
pyright
has always been the default lsp server for python innvimdots
, but it seems have little support for machine learning libraries likepython-opencv
and others. For example,pyright
will complain errors for below code, butpylsp
andjedi
can resolve them normally.pylsp
seems have more strict check compared tojedi
.pyright
:pylsp
:jedi
:33 votes ·
Beta Was this translation helpful? Give feedback.
All reactions