plugins/lsp: add basedpyright

This commit is contained in:
Gaetan Lepage 2024-09-09 00:11:35 +02:00
parent 475dca6895
commit d50ee5dd2f
2 changed files with 5 additions and 0 deletions

View file

@ -33,6 +33,10 @@ let
"--stdio"
];
}
{
name = "basedpyright";
description = "basedpyright, a static type checker and language server for python";
}
{
name = "bashls";
description = "bashls for bash";