vimPlugins.cmp-nixpkgs-maintainers: init at 2024-10-12
This commit is contained in:
committed by
Gaétan Lepage
parent
c8e9067fab
commit
cd4eb9d7b2
@@ -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/";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user