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:
parent
69aafbf1af
commit
91a30d7f46
|
@ -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
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue