mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-04 14:24:29 +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
|
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.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue