mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 10:18:36 +02:00
astro-ls: fix typo
This commit is contained in:
parent
936fe16971
commit
5fac9be0ab
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
||||||
name = "astro";
|
name = "astro";
|
||||||
description = "Enable astrols, for Astro";
|
description = "Enable astrols, for Astro";
|
||||||
package = pkgs.nodePackages."@astrojs/language-server";
|
package = pkgs.nodePackages."@astrojs/language-server";
|
||||||
cmd = cfg: [ "${cfg.package}/bin/astrols" "--stdio" ];
|
cmd = cfg: [ "${cfg.package}/bin/astro-ls" "--stdio" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "bashls";
|
name = "bashls";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue