vimPlugins.cmp-beancount: init at 2022-11-27

This commit is contained in:
Bruno BELANYI 2023-07-13 15:25:54 +00:00
parent df1eee2aa6
commit ff0e55ff22
2 changed files with 13 additions and 0 deletions

View File

@ -1373,6 +1373,18 @@ final: prev:
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 {
pname = "cmp-buffer";
version = "2022-08-10";

View File

@ -114,6 +114,7 @@ https://github.com/bbchung/clighter8/,,
https://github.com/ekickx/clipboard-image.nvim/,,
https://github.com/asheq/close-buffers.vim/,HEAD,
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-calc/,,
https://github.com/vappolinario/cmp-clippy/,HEAD,