Merge pull request #32764 from LnL7/vim-rhubarb

vim-rhubarb: init at 2017-06-28
This commit is contained in:
Jörg Thalheim 2017-12-17 09:53:37 -08:00 committed by GitHub
commit 4ad4890d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -88,6 +88,7 @@ rec {
polyglot = vim-polyglot;
quickrun = vim-quickrun;
repeat = vim-repeat;
rhubarb = vim-rhubarb;
signature = vim-signature;
stylish-haskell = vim-stylish-haskell;
stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18
@ -1722,6 +1723,17 @@ rec {
};
vim-rhubarb = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-rhubarb-2017-06-28";
src = fetchgit {
url = "https://github.com/tpope/vim-rhubarb";
rev = "6caad2b61afcc1b7c476b0ae3dea9ee5f2b1d14a";
sha256 = "1bmc5j9056bgdhyhvylbd93jkp1k9067mv3af6skzh0r77rx1a0g";
};
dependencies = [];
};
vim-speeddating = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-speeddating-2017-05-24";
src = fetchgit {

View File

@ -138,6 +138,7 @@
"github:tpope/vim-dispatch"
"github:tpope/vim-eunuch"
"github:tpope/vim-repeat"
"github:tpope/vim-rhubarb"
"github:tpope/vim-speeddating"
"github:travitch/hasksyn"
"github:twinside/vim-haskellconceal"