mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +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";
|
||||
description = "astrols for Astro";
|
||||
package =
|
||||
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";
|
||||
package = pkgs.astro-language-server;
|
||||
cmd = cfg: [
|
||||
"${cfg.package}/bin/astro-ls"
|
||||
"--stdio"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue