Open losnappas opened 4 days ago
Yes!
Alright. Well, it seems for python the preferred method of installing an lsp is via pip
with virtualenv. E.g. pip install 'python-lsp-server[all]'
, which may explain why it's not in the devenv setup.
That said, that installs mypy lang server, not pyright, and I'm wondering whether installing these via nix is fine anyway, considering it should match the python version from nixpkgs (in theory). I'll do some testing going fwd
languages.python
doesn't install pyright (or any other python lsp), but e.g.languages.clojure
installs clojure-lsp. I'm wondering why that is.