vim-pencil: init at 2017-06-14

This commit is contained in:
Sam Parkinson 2018-02-13 08:25:01 +11:00 committed by Bjørn Forsman
parent 5e62091c45
commit 64573492e2
2 changed files with 13 additions and 0 deletions

View File

@ -3127,6 +3127,18 @@ rec {
};
vim-pencil = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-pencil-2017-06-14";
src = fetchgit {
url = "git://github.com/reedes/vim-pencil";
rev = "2dcd974b7255e4af83cf79a208f04a3489065e22";
sha256 = "0swc6sszj1f4h5hgi7z7j1xw54d69mg7f18rk2kf5y453qwg4jc0";
};
dependencies = [];
};
vim-ruby = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-ruby-2017-06-22";
src = fetchgit {

View File

@ -258,6 +258,7 @@
"vim-latex-live-preview"
"vim-logreview"
"vim-multiple-cursors"
"vim-pencil"
"vim-ruby"
"vim-scouter"
"vim-signature"