vimPlugins.cmp-omni: init at 2021-09-28

This commit is contained in:
figsoda 2021-10-25 10:33:27 -04:00
parent f94c4b7f61
commit 260af9121e
2 changed files with 13 additions and 0 deletions

View File

@ -651,6 +651,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lua/";
};
cmp-omni = buildVimPluginFrom2Nix {
pname = "cmp-omni";
version = "2021-09-28";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-omni";
rev = "3fec8a57d6d230c81d24c03dd80e97c62d4eda63";
sha256 = "018lzqxdcw78ckqm16jn0wh3pv9pjl6abcj1q2svfalmim0h6a87";
};
meta.homepage = "https://github.com/hrsh7th/cmp-omni/";
};
cmp-path = buildVimPluginFrom2Nix {
pname = "cmp-path";
version = "2021-10-22";

View File

@ -229,6 +229,7 @@ hrsh7th/cmp-calc@main
hrsh7th/cmp-emoji@main
hrsh7th/cmp-nvim-lsp@main
hrsh7th/cmp-nvim-lua@main
hrsh7th/cmp-omni@main
hrsh7th/cmp-path@main
hrsh7th/cmp-vsnip@main
hrsh7th/nvim-cmp@main