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