Switch from pyright to python-lsp-server
This commit is contained in:
parent
83ea5d0b81
commit
e69faa769f
|
@ -46,7 +46,6 @@ in {
|
||||||
gfortran
|
gfortran
|
||||||
rustup
|
rustup
|
||||||
texlive.combined.scheme-medium
|
texlive.combined.scheme-medium
|
||||||
python3
|
|
||||||
isort
|
isort
|
||||||
python3Packages.cython
|
python3Packages.cython
|
||||||
python3Packages.pyflakes
|
python3Packages.pyflakes
|
||||||
|
@ -74,7 +73,8 @@ in {
|
||||||
marksman
|
marksman
|
||||||
luajitPackages.lua-lsp
|
luajitPackages.lua-lsp
|
||||||
texlab
|
texlab
|
||||||
nodePackages.pyright
|
(python3.withPackages
|
||||||
|
(ps: with ps; [ python-lsp-server python-lsp-ruff pylsp-mypy ]))
|
||||||
nodePackages.yaml-language-server
|
nodePackages.yaml-language-server
|
||||||
nodePackages.bash-language-server
|
nodePackages.bash-language-server
|
||||||
nodePackages.vscode-html-languageserver-bin
|
nodePackages.vscode-html-languageserver-bin
|
||||||
|
|
Loading…
Reference in a new issue