vimPlugins.cmp-snippy: init at 2021-09-20
This commit is contained in:
parent
865a32dd51
commit
43c23c919e
@ -1264,6 +1264,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/hrsh7th/cmp-path/";
|
meta.homepage = "https://github.com/hrsh7th/cmp-path/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cmp-snippy = buildVimPluginFrom2Nix {
|
||||||
|
pname = "cmp-snippy";
|
||||||
|
version = "2021-09-20";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "dcampos";
|
||||||
|
repo = "cmp-snippy";
|
||||||
|
rev = "9af1635fe40385ffa3dabf322039cb5ae1fd7d35";
|
||||||
|
sha256 = "1ag31kvd2q1awasdrc6pbbbsf0l3c99crz4h03337wj1kcssiixy";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/dcampos/cmp-snippy/";
|
||||||
|
};
|
||||||
|
|
||||||
cmp-spell = buildVimPluginFrom2Nix {
|
cmp-spell = buildVimPluginFrom2Nix {
|
||||||
pname = "cmp-spell";
|
pname = "cmp-spell";
|
||||||
version = "2021-10-19";
|
version = "2021-10-19";
|
||||||
|
@ -106,6 +106,7 @@ 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/hrsh7th/cmp-path/,,
|
https://github.com/hrsh7th/cmp-path/,,
|
||||||
|
https://github.com/dcampos/cmp-snippy/,HEAD,
|
||||||
https://github.com/f3fora/cmp-spell/,,
|
https://github.com/f3fora/cmp-spell/,,
|
||||||
https://github.com/tzachar/cmp-tabnine/,,
|
https://github.com/tzachar/cmp-tabnine/,,
|
||||||
https://github.com/andersevenrud/cmp-tmux/,,
|
https://github.com/andersevenrud/cmp-tmux/,,
|
||||||
|
Loading…
Reference in New Issue
Block a user