vimPlugins.cmp-fuzzy-buffer: init at 2022-01-13
This commit is contained in:
parent
aa87d47869
commit
010ef3dc36
2 changed files with 13 additions and 0 deletions
|
@ -1204,6 +1204,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/hrsh7th/cmp-emoji/";
|
||||
};
|
||||
|
||||
cmp-fuzzy-buffer = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-fuzzy-buffer";
|
||||
version = "2022-01-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tzachar";
|
||||
repo = "cmp-fuzzy-buffer";
|
||||
rev = "c00e59019c5b3c00cb5590f9ae1fad4446fb855d";
|
||||
sha256 = "0zax13arc36db2w1l0xyriqskknnvg1wxs809737san70gh74p0w";
|
||||
};
|
||||
meta.homepage = "https://github.com/tzachar/cmp-fuzzy-buffer/";
|
||||
};
|
||||
|
||||
cmp-git = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-git";
|
||||
version = "2022-05-11";
|
||||
|
|
|
@ -101,6 +101,7 @@ https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD,
|
|||
https://github.com/uga-rosa/cmp-dictionary/,HEAD,
|
||||
https://github.com/dmitmel/cmp-digraphs/,HEAD,
|
||||
https://github.com/hrsh7th/cmp-emoji/,,
|
||||
https://github.com/tzachar/cmp-fuzzy-buffer/,HEAD,
|
||||
https://github.com/petertriho/cmp-git/,HEAD,
|
||||
https://github.com/kdheepak/cmp-latex-symbols/,,
|
||||
https://github.com/notomo/cmp-neosnippet/,HEAD,
|
||||
|
|
Loading…
Reference in a new issue