Merge pull request #81440 from NickHu/fruzzy

vimPlugins.fruzzy: init at 2019-10-28
This commit is contained in:
Jörg Thalheim
2020-05-27 16:31:56 +01:00
committed by GitHub
4 changed files with 72 additions and 0 deletions
+11
View File
@@ -1509,6 +1509,17 @@ let
meta.homepage = "https://github.com/megaannum/forms/";
};
fruzzy = buildVimPluginFrom2Nix {
pname = "fruzzy";
version = "2019-10-28";
src = fetchFromGitHub {
owner = "raghur";
repo = "fruzzy";
rev = "b312ae79db98cf6939c8319f2511efa06889e8e3";
sha256 = "01iisbawq2w7yw866qvv109amnvyaymzyz9nqal3cjrrcwk6mmdk";
};
};
fugitive-gitlab-vim = buildVimPluginFrom2Nix {
pname = "fugitive-gitlab-vim";
version = "2019-10-24";