mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #9507 from benley/vim-unity
vimPlugins.unite: Init at 2015-08-29
This commit is contained in:
commit
e04f23b332
2 changed files with 12 additions and 0 deletions
|
@ -1089,6 +1089,17 @@ rec {
|
|||
|
||||
};
|
||||
|
||||
unite = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "unite-2015-08-29";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/shougo/unite.vim";
|
||||
rev = "7e1152d8fec124a07c7ea953b792dec3816a97f8";
|
||||
sha256 = "8284ad86ac3fa130a96618292da2a49421d726174a329b32a8d9fd020b8cfc8b";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-addon-actions = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-addon-actions-2014-09-22";
|
||||
src = fetchgit {
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
"github:shougo/neocomplete.vim"
|
||||
"github:shougo/neosnippet-snippets"
|
||||
"github:shougo/neosnippet.vim"
|
||||
"github:shuogo/unite.vim"
|
||||
"github:shougo/vimproc.vim"
|
||||
"github:shougo/vimshell.vim"
|
||||
"github:takac/vim-hardtime"
|
||||
|
|
Loading…
Reference in a new issue