mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 20:34:32 +02:00
plugins/lsp/astro: remove unnecessary alternative package path
https://github.com/NixOS/nixpkgs/pull/333736
This commit is contained in:
parent
d3cb90aa6e
commit
b406575176
1 changed files with 1 additions and 4 deletions
|
@ -28,10 +28,7 @@ let
|
||||||
{
|
{
|
||||||
name = "astro";
|
name = "astro";
|
||||||
description = "astrols for Astro";
|
description = "astrols for Astro";
|
||||||
package =
|
package = pkgs.astro-language-server;
|
||||||
pkgs.astro-language-server
|
|
||||||
# TODO remove the following line when https://github.com/NixOS/nixpkgs/pull/333736 reaches nixos-unstable
|
|
||||||
or pkgs.nodePackages."@astrojs/language-server";
|
|
||||||
cmd = cfg: [
|
cmd = cfg: [
|
||||||
"${cfg.package}/bin/astro-ls"
|
"${cfg.package}/bin/astro-ls"
|
||||||
"--stdio"
|
"--stdio"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue