mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vim-rhubarb: init at 2017-06-28
This commit is contained in:
parent
34b0c1c417
commit
37196b9efa
2 changed files with 13 additions and 0 deletions
|
@ -88,6 +88,7 @@ rec {
|
||||||
polyglot = vim-polyglot;
|
polyglot = vim-polyglot;
|
||||||
quickrun = vim-quickrun;
|
quickrun = vim-quickrun;
|
||||||
repeat = vim-repeat;
|
repeat = vim-repeat;
|
||||||
|
rhubarb = vim-rhubarb;
|
||||||
signature = vim-signature;
|
signature = vim-signature;
|
||||||
stylish-haskell = vim-stylish-haskell;
|
stylish-haskell = vim-stylish-haskell;
|
||||||
stylishHaskell = stylish-haskell; # backwards compat, added 2014-10-18
|
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
|
vim-speeddating = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-speeddating-2017-05-24";
|
name = "vim-speeddating-2017-05-24";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -138,6 +138,7 @@
|
||||||
"github:tpope/vim-dispatch"
|
"github:tpope/vim-dispatch"
|
||||||
"github:tpope/vim-eunuch"
|
"github:tpope/vim-eunuch"
|
||||||
"github:tpope/vim-repeat"
|
"github:tpope/vim-repeat"
|
||||||
|
"github:tpope/vim-rhubarb"
|
||||||
"github:tpope/vim-speeddating"
|
"github:tpope/vim-speeddating"
|
||||||
"github:travitch/hasksyn"
|
"github:travitch/hasksyn"
|
||||||
"github:twinside/vim-haskellconceal"
|
"github:twinside/vim-haskellconceal"
|
||||||
|
|
Loading…
Reference in a new issue