Merge pull request #243474 from ambroisie/add-cmp-beancount

vimPlugins.cmp-beancount: init at 2022-11-27
This commit is contained in:
figsoda 2023-07-14 11:19:13 -04:00 committed by GitHub
commit d692eaf640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -1385,6 +1385,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

@ -115,6 +115,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,