mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 05:14:30 +02:00
lsp: add astro
This commit is contained in:
parent
1fe11e2529
commit
936fe16971
1 changed files with 6 additions and 0 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue