Commit cd4eb9d7 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Gaétan Lepage
Browse files

vimPlugins.cmp-nixpkgs-maintainers: init at 2024-10-12

parent c8e9067f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -18624,5 +18624,17 @@ final: prev:
    meta.homepage = "https://github.com/jhradilek/vim-snippets/";
  };
  cmp-nixpkgs-maintainers = buildVimPlugin {
    pname = "cmp-nixpkgs-maintainers";
    version = "2024-10-12";
    src = fetchFromGitHub {
      owner = "GaetanLepage";
      repo = "cmp-nixpkgs-maintainers";
      rev = "da6a5050bc6be7a55c333d0009ae87d909e30b3f";
      sha256 = "sha256-z/k7lC2tZvll+BlXoj5N7EwOGN3f3Lu4gT6YWocCL8c=";
    };
    meta.homepage = "https://github.com/GaetanLepage/cmp-nixpkgs-maintainers/";
  };
}
+5 −0
Original line number Diff line number Diff line
@@ -370,6 +370,11 @@ in
    nvimRequireCheck = "cmp_neosnippet";
  };

  cmp-nixpkgs-maintainers = super.cmp-nixpkgs-maintainers.overrideAttrs {
    dependencies = with self; [ nvim-cmp ];
    nvimRequireCheck = "cmp_nixpkgs_maintainers";
  };

  cmp-npm = super.cmp-npm.overrideAttrs {
    dependencies = with self; [
      nvim-cmp
+1 −0
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@ https://github.com/max397574/cmp-greek/,HEAD,
https://github.com/kdheepak/cmp-latex-symbols/,,
https://github.com/octaltree/cmp-look/,HEAD,
https://github.com/notomo/cmp-neosnippet/,HEAD,
https://github.com/GaetanLepage/cmp-nixpkgs-maintainers/,HEAD,
https://github.com/David-Kunz/cmp-npm/,HEAD,
https://github.com/hrsh7th/cmp-nvim-lsp/,,
https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/,,