lsp: add astro

This commit is contained in:
Pedro Alves 2023-01-24 00:04:37 +00:00
parent 1fe11e2529
commit 936fe16971

View file

@ -3,6 +3,12 @@ with lib;
let let
helpers = import ./helpers.nix args; helpers = import ./helpers.nix args;
servers = [ servers = [
{
name = "astro";
description = "Enable astrols, for Astro";
package = pkgs.nodePackages."@astrojs/language-server";
cmd = cfg: [ "${cfg.package}/bin/astrols" "--stdio" ];
}
{ {
name = "bashls"; name = "bashls";
description = "Enable bashls, for bash."; description = "Enable bashls, for bash.";