Mistakes made, revert to pylsp as pyright performance is horrible

This commit is contained in:
Evie Litherland-Smith 2023-12-04 17:14:07 +00:00
parent f43f1f5e94
commit d6d35154c4

View file

@ -173,8 +173,9 @@
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 pylsp-mypy ]))
];
}