vimPlugins.cmp-git: init at 2022-05-11
This commit is contained in:
parent
68dd2e5c8a
commit
14d7a9c473
2 changed files with 13 additions and 0 deletions
|
@ -1180,6 +1180,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/hrsh7th/cmp-emoji/";
|
meta.homepage = "https://github.com/hrsh7th/cmp-emoji/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cmp-git = buildVimPluginFrom2Nix {
|
||||||
|
pname = "cmp-git";
|
||||||
|
version = "2022-05-11";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "petertriho";
|
||||||
|
repo = "cmp-git";
|
||||||
|
rev = "60e3de62b925ea05c7aa37883408859c72d498fb";
|
||||||
|
sha256 = "0qbfby0b7ix1x5ak130ja2h1ngq0p20jb9msr29bijfy68afpdw1";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/petertriho/cmp-git/";
|
||||||
|
};
|
||||||
|
|
||||||
cmp-latex-symbols = buildVimPluginFrom2Nix {
|
cmp-latex-symbols = buildVimPluginFrom2Nix {
|
||||||
pname = "cmp-latex-symbols";
|
pname = "cmp-latex-symbols";
|
||||||
version = "2021-09-10";
|
version = "2021-09-10";
|
||||||
|
|
|
@ -99,6 +99,7 @@ https://github.com/PaterJason/cmp-conjure/,,
|
||||||
https://github.com/uga-rosa/cmp-dictionary/,HEAD,
|
https://github.com/uga-rosa/cmp-dictionary/,HEAD,
|
||||||
https://github.com/dmitmel/cmp-digraphs/,HEAD,
|
https://github.com/dmitmel/cmp-digraphs/,HEAD,
|
||||||
https://github.com/hrsh7th/cmp-emoji/,,
|
https://github.com/hrsh7th/cmp-emoji/,,
|
||||||
|
https://github.com/petertriho/cmp-git/,HEAD,
|
||||||
https://github.com/kdheepak/cmp-latex-symbols/,,
|
https://github.com/kdheepak/cmp-latex-symbols/,,
|
||||||
https://github.com/notomo/cmp-neosnippet/,HEAD,
|
https://github.com/notomo/cmp-neosnippet/,HEAD,
|
||||||
https://github.com/hrsh7th/cmp-nvim-lsp/,,
|
https://github.com/hrsh7th/cmp-nvim-lsp/,,
|
||||||
|
|
Loading…
Reference in a new issue