Commit d8fbefa0 authored by mannerbund's avatar mannerbund Committed by Lin Jian
Browse files

emacsPackages.eglot-booster: init at 0-unstable-2025-07-16

parent 4b0ccb08
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
{
  lib,
  melpaBuild,
  fetchFromGitHub,
  unstableGitUpdater,
}:

melpaBuild {
  pname = "eglot-booster";
  version = "0-unstable-2025-07-16";

  src = fetchFromGitHub {
    owner = "jdtsmith";
    repo = "eglot-booster";
    rev = "cab7803c4f0adc7fff9da6680f90110674bb7a22";
    hash = "sha256-xUBQrQpw+JZxcqT1fy/8C2tjKwa7sLFHXamBm45Fa4Y=";
  };

  passthru.updateScript = unstableGitUpdater { };

  meta = {
    homepage = "https://github.com/jdtsmith/eglot-booster";
    description = "Boost eglot using lsp-booster";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [ mannerbund ];
  };
}