1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00

plugins/lsp/bashls: set correct package

This commit is contained in:
Gaetan Lepage 2024-06-18 09:19:21 +02:00 committed by Gaétan Lepage
parent 6d7131995a
commit 8609ea3ce4

View file

@ -37,7 +37,7 @@ let
{
name = "bashls";
description = "bashls for bash";
package = pkgs.nodePackages.bash-language-server;
package = pkgs.bash-language-server;
}
{
name = "beancount";