vim-plugins/vim-logreview init
This commit is contained in:
@@ -2682,6 +2682,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
vim-logreview = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-logreview-2017-07-08";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/andreshazard/vim-logreview";
|
||||
rev = "b7b66ab338e904127d796af49235b8c29742f18f";
|
||||
sha256 = "09lyymq0f3ybqdzhbpia7b0wcjbcyg5nkqd72qk8jkvc42da2af3";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-multiple-cursors = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-multiple-cursors-2017-08-04";
|
||||
src = fetchgit {
|
||||
|
||||
Reference in New Issue
Block a user