vimPlugins.cmp-pandoc-references: init at 2021-10-11

This commit is contained in:
figsoda 2021-10-25 10:34:00 -04:00
parent 260af9121e
commit 126dfe79c0
2 changed files with 13 additions and 0 deletions

View file

@ -663,6 +663,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-omni/"; meta.homepage = "https://github.com/hrsh7th/cmp-omni/";
}; };
cmp-pandoc-references = buildVimPluginFrom2Nix {
pname = "cmp-pandoc-references";
version = "2021-10-11";
src = fetchFromGitHub {
owner = "jc-doyle";
repo = "cmp-pandoc-references";
rev = "9f27411d118194fc9ee6e1f86574ad8077de54be";
sha256 = "02g6rf2pzx1syhhbhrkxzygz27q2i1hsrymjcyj9q5h31wz0qzhq";
};
meta.homepage = "https://github.com/jc-doyle/cmp-pandoc-references/";
};
cmp-path = buildVimPluginFrom2Nix { cmp-path = buildVimPluginFrom2Nix {
pname = "cmp-path"; pname = "cmp-path";
version = "2021-10-22"; version = "2021-10-22";

View file

@ -266,6 +266,7 @@ jaredgorski/SpaceCamp
jasonccox/vim-wayland-clipboard jasonccox/vim-wayland-clipboard
jaxbot/semantic-highlight.vim jaxbot/semantic-highlight.vim
JazzCore/ctrlp-cmatcher JazzCore/ctrlp-cmatcher
jc-doyle/cmp-pandoc-references
jceb/vim-hier jceb/vim-hier
jceb/vim-orgmode jceb/vim-orgmode
jeetsukumaran/vim-buffergator jeetsukumaran/vim-buffergator