mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
vimPlugins.unite: Init at 2015-08-29
unite works nicely together with vimshell.
This commit is contained in:
parent
556eb9b30b
commit
cd142cea4f
@ -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
|
vim-addon-actions = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-addon-actions-2014-09-22";
|
name = "vim-addon-actions-2014-09-22";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -51,6 +51,7 @@
|
|||||||
"github:shougo/neocomplete.vim"
|
"github:shougo/neocomplete.vim"
|
||||||
"github:shougo/neosnippet-snippets"
|
"github:shougo/neosnippet-snippets"
|
||||||
"github:shougo/neosnippet.vim"
|
"github:shougo/neosnippet.vim"
|
||||||
|
"github:shuogo/unite.vim"
|
||||||
"github:shougo/vimproc.vim"
|
"github:shougo/vimproc.vim"
|
||||||
"github:shougo/vimshell.vim"
|
"github:shougo/vimshell.vim"
|
||||||
"github:takac/vim-hardtime"
|
"github:takac/vim-hardtime"
|
||||||
|
Loading…
Reference in New Issue
Block a user