mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue