mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 19:40:06 +02:00
plugins/lsp/bashls: set correct package
This commit is contained in:
parent
6d7131995a
commit
8609ea3ce4
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