vim-plugins/vim-logreview init

This commit is contained in:
Anders Sildnes 2018-01-16 16:56:24 +01:00
parent 2f1be1f27d
commit f1e3289286
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -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 {

View File

@ -220,6 +220,7 @@
"vim-javascript"
"vim-jsbeautify"
"vim-latex-live-preview"
"vim-logreview"
"vim-multiple-cursors"
"vim-ruby"
"vim-scouter"