vimPlugins.cmp-async-path: init at 2023-01-16

This commit is contained in:
Bruno BELANYI
2023-08-04 23:08:54 +01:00
parent 771ed6de4e
commit 47253abc9f
2 changed files with 13 additions and 0 deletions
@@ -1373,6 +1373,18 @@ final: prev:
meta.homepage = "https://github.com/winston0410/cmd-parser.nvim/";
};
cmp-async-path = buildVimPluginFrom2Nix {
pname = "cmp-async-path";
version = "2023-01-16";
src = fetchFromGitHub {
owner = "FelipeLema";
repo = "cmp-async-path";
rev = "d8229a93d7b71f22c66ca35ac9e6c6cd850ec61d";
sha256 = "18z548v4ypby32jydq439zdi6gv7zybp8gk957iai22cnxaj403n";
};
meta.homepage = "https://github.com/FelipeLema/cmp-async-path/";
};
cmp-beancount = buildVimPluginFrom2Nix {
pname = "cmp-beancount";
version = "2022-11-27";
@@ -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/FelipeLema/cmp-async-path/,HEAD,
https://github.com/crispgm/cmp-beancount/,HEAD,
https://github.com/hrsh7th/cmp-buffer/,,
https://github.com/hrsh7th/cmp-calc/,,