Skip to content

Commit

Permalink
lsp: add astro
Browse files Browse the repository at this point in the history
  • Loading branch information
pta2002 committed Jan 24, 2023
1 parent 1fe11e2 commit 936fe16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/nvim-lsp/basic-servers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down

0 comments on commit 936fe16

Please sign in to comment.