lol

vimPlugins: some vim addons got removed in e206ea5b probably by accident

+44
+44
pkgs/misc/vim-plugins/default.nix
··· 1191 1191 ''; 1192 1192 }; 1193 1193 1194 + tlib = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1195 + name = "tlib-2015-08-05"; 1196 + src = fetchgit { 1197 + url = "git://github.com/tomtom/tlib_vim"; 1198 + rev = "4c128ee2fee6d97cc5c6089e7797b4ad536de2a4"; 1199 + sha256 = "9cd0fc23bb332d5ae939019929d989b636b891c894f350c38234eaf084e0656c"; 1200 + }; 1201 + dependencies = []; 1202 + 1203 + }; 1204 + 1194 1205 undotree = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1195 1206 name = "undotree-2015-08-19"; 1196 1207 src = fetchgit { ··· 1199 1210 sha256 = "9c166cb812be486350a3e71eed273a630545d91e3198a214e3dce13b131aeb1d"; 1200 1211 }; 1201 1212 dependencies = []; 1213 + 1214 + }; 1215 + 1216 + vim-addon-actions = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1217 + name = "vim-addon-actions-2014-09-22"; 1218 + src = fetchgit { 1219 + url = "git://github.com/MarcWeber/vim-addon-actions"; 1220 + rev = "a5d20500fb8812958540cf17862bd73e7af64936"; 1221 + sha256 = "d2c3eb7a1f29e7233c6fcf3b02d07efebe8252d404ee593419ad399a5fdf6383"; 1222 + }; 1223 + dependencies = ["vim-addon-mw-utils" "tlib"]; 1202 1224 1203 1225 }; 1204 1226 ··· 1230 1252 url = "git://github.com/MarcWeber/vim-addon-completion"; 1231 1253 rev = "021c449a5ce1ce4ac0af5955e05b0279c1cc0e75"; 1232 1254 sha256 = "969a474749edf7e4443d2540eaf12e891cc0a3f5533e62e081d32408f403a0ea"; 1255 + }; 1256 + dependencies = ["tlib"]; 1257 + 1258 + }; 1259 + 1260 + vim-addon-errorformats = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1261 + name = "vim-addon-errorformats-2014-11-05"; 1262 + src = fetchgit { 1263 + url = "git://github.com/MarcWeber/vim-addon-errorformats"; 1264 + rev = "dcbb203ad5f56e47e75fdee35bc92e2ba69e1d28"; 1265 + sha256 = "a1260206545d5ae17f2e6b3319f5cf1808b74e792979b1c6667d75974cc53f95"; 1266 + }; 1267 + dependencies = []; 1268 + 1269 + }; 1270 + 1271 + vim-addon-goto-thing-at-cursor = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1272 + name = "vim-addon-goto-thing-at-cursor-2012-01-11"; 1273 + src = fetchgit { 1274 + url = "git://github.com/MarcWeber/vim-addon-goto-thing-at-cursor"; 1275 + rev = "f052e094bdb351829bf72ae3435af9042e09a6e4"; 1276 + sha256 = "34658ac99d9a630db9c544b3dfcd2c3df69afa5209e27558cc022b7afc2078ea"; 1233 1277 }; 1234 1278 dependencies = ["tlib"]; 1235 1279