vim-plugins/vim-logreview init
This commit is contained in:
parent
2f1be1f27d
commit
f1e3289286
|
@ -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 {
|
||||
|
|
|
@ -220,6 +220,7 @@
|
|||
"vim-javascript"
|
||||
"vim-jsbeautify"
|
||||
"vim-latex-live-preview"
|
||||
"vim-logreview"
|
||||
"vim-multiple-cursors"
|
||||
"vim-ruby"
|
||||
"vim-scouter"
|
||||
|
|
Loading…
Reference in New Issue