Merge pull request #34195 from dtzWill/feature/vim-dirdiff

vim-plugins: Add vim-dirdiff
This commit is contained in:
Daiderd Jordan 2018-01-23 19:06:31 +01:00 committed by GitHub
commit 6109b15709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -2628,6 +2628,17 @@ rec {
};
vim-dirdiff = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-dirdiff-2017-01-19";
src = fetchgit {
url = "https://github.com/will133/vim-dirdiff";
rev = "db1fe77dcefa7a5b1089c8a84d1b401a4bd780bc";
sha256 = "1540h5skh8rcpzj0vp8sr53hg9jmmknj155pxs4z5w6gvzk7nx0p";
};
dependencies = [];
};
vim-easy-align = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-easy-align-2017-06-03";
src = fetchgit {

View File

@ -166,6 +166,7 @@
"github:w0rp/ale"
"github:wakatime/vim-wakatime"
"github:wincent/command-t"
"github:will133/vim-dirdiff"
"github:xolox/vim-easytags"
"github:xolox/vim-misc"
"github:zah/nim.vim"