vimPlugins.cmp-pandoc-nvim: init at 2022-05-03
This commit is contained in:
parent
dd3788435a
commit
36e86164d9
2 changed files with 13 additions and 0 deletions
|
@ -1432,6 +1432,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/";
|
meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cmp-pandoc-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "cmp-pandoc.nvim";
|
||||||
|
version = "2022-05-03";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "aspeddro";
|
||||||
|
repo = "cmp-pandoc.nvim";
|
||||||
|
rev = "cb2980263e14fb3c1b776edbd2c7a312b67c65ae";
|
||||||
|
sha256 = "0d439njzdnm1qhnig2qr9ywq3q72vpb6wqxwil9czhqzn80swrj9";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/aspeddro/cmp-pandoc.nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
cmp-path = buildVimPluginFrom2Nix {
|
cmp-path = buildVimPluginFrom2Nix {
|
||||||
pname = "cmp-path";
|
pname = "cmp-path";
|
||||||
version = "2022-02-02";
|
version = "2022-02-02";
|
||||||
|
|
|
@ -120,6 +120,7 @@ https://github.com/quangnguyen30192/cmp-nvim-tags/,HEAD,
|
||||||
https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,,
|
https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,,
|
||||||
https://github.com/hrsh7th/cmp-omni/,,
|
https://github.com/hrsh7th/cmp-omni/,,
|
||||||
https://github.com/jc-doyle/cmp-pandoc-references/,,
|
https://github.com/jc-doyle/cmp-pandoc-references/,,
|
||||||
|
https://github.com/aspeddro/cmp-pandoc.nvim/,HEAD,
|
||||||
https://github.com/hrsh7th/cmp-path/,,
|
https://github.com/hrsh7th/cmp-path/,,
|
||||||
https://github.com/lukas-reineke/cmp-rg/,HEAD,
|
https://github.com/lukas-reineke/cmp-rg/,HEAD,
|
||||||
https://github.com/dcampos/cmp-snippy/,HEAD,
|
https://github.com/dcampos/cmp-snippy/,HEAD,
|
||||||
|
|
Loading…
Reference in a new issue