vimPlugins.cmp-pandoc-references: init at 2021-10-11
This commit is contained in:
parent
260af9121e
commit
126dfe79c0
@ -663,6 +663,18 @@ final: prev:
|
||||
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 {
|
||||
pname = "cmp-path";
|
||||
version = "2021-10-22";
|
||||
|
@ -266,6 +266,7 @@ jaredgorski/SpaceCamp
|
||||
jasonccox/vim-wayland-clipboard
|
||||
jaxbot/semantic-highlight.vim
|
||||
JazzCore/ctrlp-cmatcher
|
||||
jc-doyle/cmp-pandoc-references
|
||||
jceb/vim-hier
|
||||
jceb/vim-orgmode
|
||||
jeetsukumaran/vim-buffergator
|
||||
|
Loading…
Reference in New Issue
Block a user