Skip to content

Commit

Permalink
vim-pencil: init at 2017-06-14
Browse files Browse the repository at this point in the history
  • Loading branch information
samdroid-apps authored and bjornfor committed Feb 12, 2018
1 parent 5e62091 commit 6457349
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/default.nix
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -258,6 +258,7 @@
"vim-latex-live-preview"
"vim-logreview"
"vim-multiple-cursors"
"vim-pencil"
"vim-ruby"
"vim-scouter"
"vim-signature"
Expand Down

0 comments on commit 6457349

Please sign in to comment.