Swap pyright back for python-lsp-server

Add python-lsp-ruff plugin but NOT mypy as performance is horrible,
use mypy as standalone tool only

Remove some unused LSPs/linters/formatters
This commit is contained in:
Evie Litherland-Smith 2024-01-24 09:19:15 +00:00
parent 69aafbf1af
commit 91a30d7f46

View file

@ -23,11 +23,7 @@
mupdf mupdf
poppler_utils poppler_utils
# Linters
nodePackages.stylelint
# Formatters # Formatters
nodePackages.prettier
nixfmt nixfmt
black black
isort isort
@ -43,8 +39,6 @@
shellcheck shellcheck
rust-analyzer rust-analyzer
luajitPackages.lua-lsp luajitPackages.lua-lsp
nodePackages.pyright (python3.withPackages (ps: with ps; [ python-lsp-server python-lsp-ruff ]))
nodePackages.yaml-language-server
nodePackages.bash-language-server
]; ];
} }