Swap pyright back for pylsp
This commit is contained in:
parent
a2dd8d1bcf
commit
323dde4139
|
@ -6,6 +6,7 @@
|
|||
pkgs.python312.withPackages (
|
||||
ps: with ps; [
|
||||
ipython
|
||||
python-lsp-server
|
||||
flake8
|
||||
isort
|
||||
numpy
|
||||
|
@ -36,7 +37,6 @@
|
|||
|
||||
## Language servers
|
||||
nixd
|
||||
pyright
|
||||
lua-language-server
|
||||
rust-analyzer
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue