vimPlugins.cmp-clippy: init at 2021-10-24
This commit is contained in:
@@ -1120,6 +1120,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/hrsh7th/cmp-calc/";
|
||||
};
|
||||
|
||||
cmp-clippy = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-clippy";
|
||||
version = "2021-10-24";
|
||||
src = fetchFromGitHub {
|
||||
owner = "vappolinario";
|
||||
repo = "cmp-clippy";
|
||||
rev = "9f8dd021f7b9326407a439105b0c646983191a49";
|
||||
sha256 = "02k0zwjbd98f76f3v46lvd8wfm8wibkh703g8vxr26yv1fwghs4n";
|
||||
};
|
||||
meta.homepage = "https://github.com/vappolinario/cmp-clippy/";
|
||||
};
|
||||
|
||||
cmp-cmdline = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-cmdline";
|
||||
version = "2022-05-02";
|
||||
|
||||
@@ -94,6 +94,7 @@ https://github.com/bbchung/clighter8/,,
|
||||
https://github.com/winston0410/cmd-parser.nvim/,,
|
||||
https://github.com/hrsh7th/cmp-buffer/,,
|
||||
https://github.com/hrsh7th/cmp-calc/,,
|
||||
https://github.com/vappolinario/cmp-clippy/,HEAD,
|
||||
https://github.com/hrsh7th/cmp-cmdline/,,
|
||||
https://github.com/dmitmel/cmp-cmdline-history/,HEAD,
|
||||
https://github.com/PaterJason/cmp-conjure/,,
|
||||
|
||||
Reference in New Issue
Block a user