This commit is contained in:
2025-03-31 08:16:44 -04:00
parent 97588fe9de
commit 781df641c6
2 changed files with 8 additions and 12 deletions

View File

@@ -37,12 +37,6 @@ let
# HTML/CSS/JSON/ESLint language servers
vscode-langservers-extracted
(python312.withPackages (
ps: with ps; [
python-lsp-server # lsp
python-lsp-ruff # ruff integration
]
))
nil # nix lsp
yaml-language-server # yaml lsp
marksman # markdown lsp
@@ -134,6 +128,8 @@ in
ps: with ps; [
mypy # type checking
python-lsp-server # lsp
python-lsp-ruff # ruff integration
pyserial
numpy