mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lsp: add basedpyright
This commit is contained in:
parent
475dca6895
commit
d50ee5dd2f
2 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue