mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 23:39:45 -05:00
plugins/lsp/bashls: set correct package
This commit is contained in:
committed by
Gaétan Lepage
parent
6d7131995a
commit
8609ea3ce4
@@ -37,7 +37,7 @@ let
|
||||
{
|
||||
name = "bashls";
|
||||
description = "bashls for bash";
|
||||
package = pkgs.nodePackages.bash-language-server;
|
||||
package = pkgs.bash-language-server;
|
||||
}
|
||||
{
|
||||
name = "beancount";
|
||||
|
||||
Reference in New Issue
Block a user