vimPlugins.neovim-fuzzy: init at 2018-11-15

This commit is contained in:
Joe Hermaszewski
2019-10-12 18:35:56 +08:00
parent cc768f7d1f
commit 1b42193d42
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -1827,6 +1827,17 @@ let
};
};
neovim-fuzzy = buildVimPluginFrom2Nix {
pname = "neovim-fuzzy";
version = "2018-11-15";
src = fetchFromGitHub {
owner = "cloudhead";
repo = "neovim-fuzzy";
rev = "c177209678477d091ee4576e231c5b80b44514d0";
sha256 = "069phpy1p8dindi6whddsb9x5zyw1adzsnv7br7q955hf6x9bxxj";
};
};
neovim-sensible = buildVimPluginFrom2Nix {
pname = "neovim-sensible";
version = "2017-09-20";