vimPlugins.defx-nvim: init at 2019-08-19

This commit is contained in:
Lucio Delelis
2019-09-21 21:30:23 -03:00
parent 526b6182ee
commit fd90f361f7
3 changed files with 16 additions and 0 deletions
+11
View File
@@ -775,6 +775,17 @@ let
};
};
defx-nvim = buildVimPluginFrom2Nix {
pname = "defx-nvim";
version = "2019-08-19";
src = fetchFromGitHub {
owner = "Shougo";
repo = "defx.nvim";
rev = "dbd2dceea914ecaa71d24a1d6036f1981becdca5";
sha256 = "1gl18s39v7k1p6z7hchq1k16f6f1i2ccq76as562c0nvn68jdqi8";
};
};
delimitMate = buildVimPluginFrom2Nix {
pname = "delimitMate";
version = "2017-06-19";