vimPlugins.cmp-pandoc-nvim: init at 2022-05-03

This commit is contained in:
Mr Hedgehog 2022-05-13 08:38:45 -04:00
parent dd3788435a
commit 36e86164d9
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View File

@ -1432,6 +1432,18 @@ final: prev:
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 {
pname = "cmp-path";
version = "2022-02-02";

View File

@ -120,6 +120,7 @@ https://github.com/quangnguyen30192/cmp-nvim-tags/,HEAD,
https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,,
https://github.com/hrsh7th/cmp-omni/,,
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/lukas-reineke/cmp-rg/,HEAD,
https://github.com/dcampos/cmp-snippy/,HEAD,