vimPlugins.lf-vim: init at 2019-10-11

This commit is contained in:
Eduardo Quiros
2020-02-02 00:54:16 -08:00
committed by Jon
parent c3620abe24
commit 8ec9dedc77
3 changed files with 16 additions and 0 deletions
+11
View File
@@ -1706,6 +1706,17 @@ let
};
};
lf-vim = buildVimPluginFrom2Nix {
pname = "lf-vim";
version = "2019-10-11";
src = fetchFromGitHub {
owner = "ptzz";
repo = "lf.vim";
rev = "8ffbae128b8887283b2d4b3a660e5be0de58ea0c";
sha256 = "0gzj9h31f4synjqfv8dhqihr6fgi3ar06xqjjl5fb4269p9964lb";
};
};
lh-brackets = buildVimPluginFrom2Nix {
pname = "lh-brackets";
version = "2019-11-26";