Merge pull request #243474 from ambroisie/add-cmp-beancount
vimPlugins.cmp-beancount: init at 2022-11-27
This commit is contained in:
commit
d692eaf640
2 changed files with 13 additions and 0 deletions
|
@ -1385,6 +1385,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/winston0410/cmd-parser.nvim/";
|
meta.homepage = "https://github.com/winston0410/cmd-parser.nvim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cmp-beancount = buildVimPluginFrom2Nix {
|
||||||
|
pname = "cmp-beancount";
|
||||||
|
version = "2022-11-27";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "crispgm";
|
||||||
|
repo = "cmp-beancount";
|
||||||
|
rev = "da154ea94d598e6649d6ad01efa0a8611eff460d";
|
||||||
|
sha256 = "14y2h8g5ddcf2rqwgrrsk8m3j4wmk26vdlqzx439n893dzmzd2yg";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/crispgm/cmp-beancount/";
|
||||||
|
};
|
||||||
|
|
||||||
cmp-buffer = buildVimPluginFrom2Nix {
|
cmp-buffer = buildVimPluginFrom2Nix {
|
||||||
pname = "cmp-buffer";
|
pname = "cmp-buffer";
|
||||||
version = "2022-08-10";
|
version = "2022-08-10";
|
||||||
|
|
|
@ -115,6 +115,7 @@ https://github.com/bbchung/clighter8/,,
|
||||||
https://github.com/ekickx/clipboard-image.nvim/,,
|
https://github.com/ekickx/clipboard-image.nvim/,,
|
||||||
https://github.com/asheq/close-buffers.vim/,HEAD,
|
https://github.com/asheq/close-buffers.vim/,HEAD,
|
||||||
https://github.com/winston0410/cmd-parser.nvim/,,
|
https://github.com/winston0410/cmd-parser.nvim/,,
|
||||||
|
https://github.com/crispgm/cmp-beancount/,HEAD,
|
||||||
https://github.com/hrsh7th/cmp-buffer/,,
|
https://github.com/hrsh7th/cmp-buffer/,,
|
||||||
https://github.com/hrsh7th/cmp-calc/,,
|
https://github.com/hrsh7th/cmp-calc/,,
|
||||||
https://github.com/vappolinario/cmp-clippy/,HEAD,
|
https://github.com/vappolinario/cmp-clippy/,HEAD,
|
||||||
|
|
Loading…
Reference in a new issue