mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-27 14:15: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";
|
name = "bashls";
|
||||||
description = "bashls for bash";
|
description = "bashls for bash";
|
||||||
package = pkgs.nodePackages.bash-language-server;
|
package = pkgs.bash-language-server;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "beancount";
|
name = "beancount";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue