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";

View file

@ -108,6 +108,7 @@
ansiblels.enable = true;
ast-grep.enable = true;
astro.enable = true;
basedpyright.enable = true;
bashls.enable = true;
beancount.enable = true;
biome.enable = true;