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:
parent
63bf91a95a
commit
26eaa20559
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user