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
helpers = import ./helpers.nix args;
servers = [
{
name = "astro";
description = "Enable astrols, for Astro";
package = pkgs.nodePackages."@astrojs/language-server";
cmd = cfg: [ "${cfg.package}/bin/astrols" "--stdio" ];
}
{
name = "bashls";
description = "Enable bashls, for bash.";