vimPlugins.cmp_yanky: init at 2023-11-16
This commit is contained in:
parent
e113e8197a
commit
b4c207c41d
2 changed files with 12 additions and 0 deletions
|
@ -2093,6 +2093,17 @@ final: prev:
|
|||
meta.homepage = "https://github.com/saadparwaiz1/cmp_luasnip/";
|
||||
};
|
||||
|
||||
cmp_yanky = buildVimPlugin {
|
||||
pname = "cmp_yanky";
|
||||
version = "2023-11-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "chrisgrieser";
|
||||
repo = "cmp_yanky";
|
||||
rev = "c3d089186ccead26eba01023502f3eeadd7a92d2";
|
||||
sha256 = "sha256-jWNoKzY0x5GPFP7JsQi4nqgg1YFJV4DqxwJRqsg6KaQ=";
|
||||
};
|
||||
};
|
||||
|
||||
cobalt2-nvim = buildVimPlugin {
|
||||
pname = "cobalt2.nvim";
|
||||
version = "2024-04-01";
|
||||
|
|
|
@ -174,6 +174,7 @@ https://github.com/pontusk/cmp-vimwiki-tags/,HEAD,
|
|||
https://github.com/hrsh7th/cmp-vsnip/,,
|
||||
https://github.com/tamago324/cmp-zsh/,HEAD,
|
||||
https://github.com/saadparwaiz1/cmp_luasnip/,,
|
||||
https://github.com/chrisgrieser/cmp_yanky/,HEAD,
|
||||
https://github.com/lalitmee/cobalt2.nvim/,,
|
||||
https://github.com/vn-ki/coc-clap/,,
|
||||
https://github.com/neoclide/coc-denite/,,
|
||||
|
|
Loading…
Reference in a new issue