Merge pull request #9507 from benley/vim-unity

vimPlugins.unite: Init at 2015-08-29

+12
+11
pkgs/misc/vim-plugins/default.nix
··· 1089 1089 1090 1090 }; 1091 1091 1092 + unite = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1093 + name = "unite-2015-08-29"; 1094 + src = fetchgit { 1095 + url = "git://github.com/shougo/unite.vim"; 1096 + rev = "7e1152d8fec124a07c7ea953b792dec3816a97f8"; 1097 + sha256 = "8284ad86ac3fa130a96618292da2a49421d726174a329b32a8d9fd020b8cfc8b"; 1098 + }; 1099 + dependencies = []; 1100 + 1101 + }; 1102 + 1092 1103 vim-addon-actions = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1093 1104 name = "vim-addon-actions-2014-09-22"; 1094 1105 src = fetchgit {
+1
pkgs/misc/vim-plugins/vim-plugin-names
··· 51 51 "github:shougo/neocomplete.vim" 52 52 "github:shougo/neosnippet-snippets" 53 53 "github:shougo/neosnippet.vim" 54 + "github:shuogo/unite.vim" 54 55 "github:shougo/vimproc.vim" 55 56 "github:shougo/vimshell.vim" 56 57 "github:takac/vim-hardtime"