mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-26 05:34:54 +02:00
plugins/lsp/bashls: set correct package
This commit is contained in:
parent
11464475c7
commit
c8de31e64b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ let
|
|||
{
|
||||
name = "bashls";
|
||||
description = "bashls for bash";
|
||||
package = pkgs.nodePackages.bash-language-server;
|
||||
package = pkgs.bash-language-server;
|
||||
}
|
||||
{
|
||||
name = "beancount";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue