fix(helix): add missing language server for Python development

- Added `pyright` to the list of language servers in the Helix configuration
This commit is contained in:
Giulio De Pasquale 2024-06-30 17:45:40 +01:00
parent 63bf91a95a
commit 26eaa20559

View File

@ -10,7 +10,6 @@ let
yaml-language-server
typescript-language-server
bash-language-server
pyright
];
in
{
@ -31,6 +30,7 @@ in
gopls
golangci-lint
golangci-lint-langserver
pyright
] ++ nodePkgs;
sessionVariables = {