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