mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +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";
|
||||
description = "Enable astrols, for Astro";
|
||||
package = pkgs.nodePackages."@astrojs/language-server";
|
||||
cmd = cfg: [ "${cfg.package}/bin/astrols" "--stdio" ];
|
||||
cmd = cfg: [ "${cfg.package}/bin/astro-ls" "--stdio" ];
|
||||
}
|
||||
{
|
||||
name = "bashls";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue