mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #32764 from LnL7/vim-rhubarb
vim-rhubarb: init at 2017-06-28
This commit is contained in:
commit
4ad4890d3e
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user