mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
vimPlugins.cmp-omni: init at 2021-09-28
This commit is contained in:
parent
f94c4b7f61
commit
260af9121e
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user