Merge pull request #27232 from Ma27/init/jenkinsfile-vim-support

Jenkinsfile-vim-syntax: init

authored by Jörg Thalheim and committed by GitHub f9396306 ebaff599

+157 -142
+155 -142
pkgs/misc/vim-plugins/default.nix
··· 169 }; 170 171 Supertab = buildVimPluginFrom2Nix { # created by nix#NixDerivation 172 - name = "Supertab-2016-11-27"; 173 src = fetchgit { 174 url = "git://github.com/ervandew/supertab"; 175 - rev = "cdaa5c27c5a7f8b08a43d0b2e65929512299e33a"; 176 - sha256 = "0hym28chljfglqdrxajbh92r35cppxl5wyxdrgqwpa0am9d2xdvg"; 177 }; 178 dependencies = []; 179 180 }; 181 182 Syntastic = buildVimPluginFrom2Nix { # created by nix#NixDerivation 183 - name = "Syntastic-2017-05-30"; 184 src = fetchgit { 185 url = "git://github.com/scrooloose/syntastic"; 186 - rev = "159900a1a2d3db2c4d3757f1085f377c6e59ac02"; 187 - sha256 = "1bq3di4kr855sma0qp6gyrrphy23hy2mn9ws5knnzicxmq5fixqb"; 188 }; 189 dependencies = []; 190 ··· 202 }; 203 204 Tagbar = buildVimPluginFrom2Nix { # created by nix#NixDerivation 205 - name = "Tagbar-2017-06-05"; 206 src = fetchgit { 207 url = "git://github.com/majutsushi/tagbar"; 208 - rev = "87a1263f5d8b3623bee5e6036254480e668b5f74"; 209 - sha256 = "1s6727vwrcikv9dmkl6s1c2r2r107p733j8sjjxshl68bi62ms8z"; 210 }; 211 dependencies = []; 212 ··· 224 }; 225 226 The_NERD_tree = buildVimPluginFrom2Nix { # created by nix#NixDerivation 227 - name = "The_NERD_tree-2017-06-05"; 228 src = fetchgit { 229 url = "git://github.com/scrooloose/nerdtree"; 230 - rev = "a9ab90198be0581fe961125bba3f282a666ef7ff"; 231 - sha256 = "0qf2xjr2hyz08xalgv6yjr5rrrcxgv76sshr7d62sygg6qfsnbgw"; 232 }; 233 dependencies = []; 234 235 }; 236 237 UltiSnips = buildVimPluginFrom2Nix { # created by nix#NixDerivation 238 - name = "UltiSnips-2017-01-20"; 239 src = fetchgit { 240 url = "git://github.com/SirVer/ultisnips"; 241 - rev = "5352d98f212e273b3e8b1d84efdbe2d6a6d557e9"; 242 - sha256 = "0d27823qnfd9qcj2a2x77slsw725jfa9s40ilw4qp9ab03bma1ci"; 243 }; 244 dependencies = []; 245 ··· 408 }; 409 410 vim-autoformat = buildVimPluginFrom2Nix { # created by nix#NixDerivation 411 - name = "vim-autoformat-2017-06-02"; 412 src = fetchgit { 413 url = "https://github.com/Chiel92/vim-autoformat"; 414 - rev = "41d1c14de27f76f400c51d45b1617319266d9f4a"; 415 - sha256 = "0myhs5fjq9lr0ag49scdhchsifhc7djmyrx88nhsing33l4nbjzk"; 416 }; 417 dependencies = []; 418 ··· 441 }; 442 443 deoplete-nvim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 444 - name = "deoplete-nvim-2017-06-06"; 445 src = fetchgit { 446 url = "https://github.com/Shougo/deoplete.nvim"; 447 - rev = "8bd63b7e4f9bb3cf2040724dd71cff195564166a"; 448 - sha256 = "1jf6l5li7m4m2ijfndqgm95mpw9c188vfbsggnzp2ivcxc7bd8bv"; 449 }; 450 dependencies = []; 451 ··· 474 }; 475 476 vim-closetag = buildVimPluginFrom2Nix { # created by nix#NixDerivation 477 - name = "vim-closetag-2017-05-13"; 478 src = fetchgit { 479 url = "https://github.com/alvan/vim-closetag"; 480 - rev = "52a0747c9e1a52b1aedcace4801657d63462718f"; 481 - sha256 = "0499cmyq7hs9b5rcnw1xd2w56xyw73qw9v5iqx3c7nsjka46ffys"; 482 }; 483 dependencies = []; 484 ··· 496 }; 497 498 clighter8 = buildVimPluginFrom2Nix { # created by nix#NixDerivation 499 - name = "clighter8-2017-06-10"; 500 src = fetchgit { 501 url = "https://github.com/bbchung/clighter8"; 502 - rev = "c83091b35c0d09cee0d6850c91824f72a0d8c513"; 503 - sha256 = "105a4c753n57svyz8abs5w0v2747pyfly7dzjyh6i5yraaq2g7bx"; 504 }; 505 dependencies = []; 506 preFixup = '' ··· 510 }; 511 512 neomake = buildVimPluginFrom2Nix { # created by nix#NixDerivation 513 - name = "neomake-2017-06-10"; 514 src = fetchgit { 515 url = "https://github.com/benekastah/neomake"; 516 - rev = "cc916f35fa3d131b2d6529d0e47bde141d99b7c3"; 517 - sha256 = "00kz9ny3z4j6nhgzxarj8d072k6sf4qiwgfj4ckmllq5fyb2ik4l"; 518 }; 519 dependencies = []; 520 ··· 554 }; 555 556 vim-tmux-navigator = buildVimPluginFrom2Nix { # created by nix#NixDerivation 557 - name = "vim-tmux-navigator-2017-06-01"; 558 src = fetchgit { 559 url = "https://github.com/christoomey/vim-tmux-navigator"; 560 - rev = "b93e176b7150942d9f0556347d1c8f6d0b690124"; 561 - sha256 = "1xjvx4svv1kdqmv114ghx7cfrb5kmbljlwac8bsw36rq3kyknwrn"; 562 }; 563 dependencies = []; 564 ··· 576 }; 577 578 ctrlp-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 579 - name = "ctrlp-vim-2017-06-04"; 580 src = fetchgit { 581 url = "https://github.com/ctrlpvim/ctrlp.vim"; 582 - rev = "019f20a6f280b875b3812ea4d03a4cf1647cd0d9"; 583 - sha256 = "1zyl140ykjc1g7kc306f03q7xcxjzx757hphdgcb63ksql2k1f33"; 584 }; 585 dependencies = []; 586 ··· 642 }; 643 644 neco-ghc = buildVimPluginFrom2Nix { # created by nix#NixDerivation 645 - name = "neco-ghc-2017-04-30"; 646 src = fetchgit { 647 url = "https://github.com/eagletmt/neco-ghc"; 648 - rev = "aeb84b9ef05d1c5b0c835365ddcd424930fb0cd2"; 649 - sha256 = "1yhdrjqw5chq7jgk397swh4axpv6m4aqracyqmx4bb65pzqbwdxl"; 650 }; 651 dependencies = []; 652 ··· 697 }; 698 699 vim-localvimrc = buildVimPluginFrom2Nix { # created by nix#NixDerivation 700 - name = "vim-localvimrc-2017-03-30"; 701 src = fetchgit { 702 url = "https://github.com/embear/vim-localvimrc"; 703 - rev = "f2c576cda5a4dfd7a1030564c602dd6ab8589732"; 704 - sha256 = "10wvglf8dygai0094bwwcilffms0m3y36h2sb46iaqw8yz00d78b"; 705 }; 706 dependencies = []; 707 ··· 719 }; 720 721 ensime-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 722 - name = "ensime-vim-2017-04-06"; 723 src = fetchgit { 724 url = "https://github.com/ensime/ensime-vim"; 725 - rev = "4fd7886b169388e07261c525826c0e453094e446"; 726 - sha256 = "194qwj3glw3l9yxvd26vn10kl06v1sykqx2cznskqa3vj3z8jb01"; 727 }; 728 dependencies = ["vimproc" "vimshell" "self" "forms"]; 729 pythonDependencies = with pythonPackages; [ sexpdata websocket_client ]; ··· 741 }; 742 743 vim-go = buildVimPluginFrom2Nix { # created by nix#NixDerivation 744 - name = "vim-go-2017-06-10"; 745 src = fetchgit { 746 url = "https://github.com/fatih/vim-go"; 747 - rev = "7b93bae4b08091c4d6243dafc2e040a84ea91d1d"; 748 - sha256 = "0hrzgxlkqvlh45pvli2aqnzx58vyjhmcz6rr28cm7x8b0wf20r00"; 749 }; 750 dependencies = []; 751 ··· 774 }; 775 776 psc-ide-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 777 - name = "psc-ide-vim-2017-06-10"; 778 src = fetchgit { 779 url = "https://github.com/frigoeu/psc-ide-vim"; 780 - rev = "f5fc6aadf805ec0186efc63cbf294f251c1b2056"; 781 - sha256 = "0syrvkbbrcxmss07sppgsg43j241fm6yqj8ii54fm51vss02qxp8"; 782 }; 783 dependencies = []; 784 ··· 829 }; 830 831 calendar-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 832 - name = "calendar-vim-2017-05-28"; 833 src = fetchgit { 834 url = "https://github.com/itchyny/calendar.vim"; 835 - rev = "12c06ba87f32002b3c9f34fe881bcbaf3ab1721b"; 836 - sha256 = "02ss39227c8jfn95hqwwpgn1rvrgwib8h5h0j9rvl6x491jj98wg"; 837 }; 838 dependencies = []; 839 ··· 917 }; 918 919 auto-pairs = buildVimPluginFrom2Nix { # created by nix#NixDerivation 920 - name = "auto-pairs-2017-03-22"; 921 src = fetchgit { 922 url = "https://github.com/jiangmiao/auto-pairs"; 923 - rev = "20ec5b043f82ffa11a079f545438e6544ef112ed"; 924 - sha256 = "14pypb2kfrylhn73gx964hls040zaqnpl1am6f0yi01h524xz0xf"; 925 }; 926 dependencies = []; 927 928 }; 929 930 vim-nerdtree-tabs = buildVimPluginFrom2Nix { # created by nix#NixDerivation 931 - name = "vim-nerdtree-tabs-2017-02-22"; 932 src = fetchgit { 933 url = "https://github.com/jistr/vim-nerdtree-tabs"; 934 - rev = "01ae3cdc7018fa33f140cce3e7cdf210c04ffbab"; 935 - sha256 = "01z2xp95sqi5mxhdxm8q0zkx83rn16qbv884rj2irmbl1k8fhv62"; 936 }; 937 dependencies = []; 938 ··· 972 }; 973 974 fzf-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 975 - name = "fzf-vim-2017-06-10"; 976 src = fetchgit { 977 url = "https://github.com/junegunn/fzf.vim"; 978 - rev = "cf60e546476f73514a326416916b6a98f88d8abd"; 979 - sha256 = "11cls65zfv9gzz8qmg44q0i03hmwhqb8i53lb42vdz2bzicdasv3"; 980 }; 981 dependencies = []; 982 ··· 1049 }; 1050 1051 vimtex = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1052 - name = "vimtex-2017-06-09"; 1053 src = fetchgit { 1054 url = "https://github.com/lervag/vimtex"; 1055 - rev = "0ae4e776cb78ce0c18635fecd6f518e3f40e5f80"; 1056 - sha256 = "1iz87nr89wamxpg4whfqdfhp6qmfff6jjp58sjzh5q32lzzmi48s"; 1057 }; 1058 dependencies = []; 1059 ··· 1118 1119 }; 1120 1121 vim-startify = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1122 - name = "vim-startify-2017-06-05"; 1123 src = fetchgit { 1124 url = "https://github.com/mhinz/vim-startify"; 1125 - rev = "53c53b24440d14d7886484ad662549fc78550c40"; 1126 - sha256 = "1w3kxvydnd7rh2fp3ra677dw11rsnmnm9bav92j3dkkb5afhmj3v"; 1127 }; 1128 dependencies = []; 1129 ··· 1174 }; 1175 1176 vim-indent-guides = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1177 - name = "vim-indent-guides-2016-04-17"; 1178 src = fetchgit { 1179 url = "https://github.com/nathanaelkane/vim-indent-guides"; 1180 - rev = "018298ead9d3aa9cd3b4ae222f81022a33978b09"; 1181 - sha256 = "0zyrs9r3vza2kqhqir6qpkygy6yljpn877bvycspv89ljzczmwrs"; 1182 }; 1183 dependencies = []; 1184 ··· 1240 }; 1241 1242 vim-watchdogs = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1243 - name = "vim-watchdogs-2017-05-08"; 1244 src = fetchgit { 1245 url = "https://github.com/osyo-manga/vim-watchdogs"; 1246 - rev = "fcf1b1bacba95ac9739adb3851c3595136c96d0e"; 1247 - sha256 = "11qldi4p34x8y974ajvv88pw2wjxsrlpx03n846nyhqridgpfsj9"; 1248 }; 1249 dependencies = []; 1250 ··· 1262 }; 1263 1264 python-mode = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1265 - name = "python-mode-2017-06-09"; 1266 src = fetchgit { 1267 url = "https://github.com/python-mode/python-mode"; 1268 - rev = "4c426b98c2f9094f44bdbe02f43e44badfa61724"; 1269 - sha256 = "0lpd5k2j22r5wx5x5wh97mdsfyspfxf23kh241l7zbfm573r4jy0"; 1270 }; 1271 dependencies = []; 1272 ··· 1295 }; 1296 1297 vim-grammarous = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1298 - name = "vim-grammarous-2017-05-07"; 1299 src = fetchgit { 1300 url = "https://github.com/rhysd/vim-grammarous"; 1301 - rev = "607fc41ebd8dcd1fb00eecde52a3c9e4fbab3c64"; 1302 - sha256 = "0pv9747lkmhwxcdrhbnd28rh6rsslzrf9yqlznhjxqa6z9in81ca"; 1303 }; 1304 dependencies = []; 1305 1306 }; 1307 1308 vim-puppet = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1309 - name = "vim-puppet-2017-04-06"; 1310 src = fetchgit { 1311 url = "https://github.com/rodjek/vim-puppet"; 1312 - rev = "cce0312adcaa15c462aba89057565520c1928685"; 1313 - sha256 = "1cmgmrn534ycw0jc1m8fsrw7qjis2529bvb1jiv5jqqdyff3bw2f"; 1314 }; 1315 dependencies = []; 1316 ··· 1328 }; 1329 1330 neoformat = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1331 - name = "neoformat-2017-06-09"; 1332 src = fetchgit { 1333 url = "https://github.com/sbdchd/neoformat"; 1334 - rev = "a52b155f6cc2f401afb04f865b2198d47b393ddd"; 1335 - sha256 = "1a0j1k3bm9mp9d622m4kh5n9r2q4330kd0n3n9n60kmy3bnpa5w1"; 1336 }; 1337 dependencies = []; 1338 1339 }; 1340 1341 deoplete-rust = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1342 - name = "deoplete-rust-2017-05-30"; 1343 src = fetchgit { 1344 url = "https://github.com/sebastianmarkow/deoplete-rust"; 1345 - rev = "5447ee448d3d63cda4681e6309b1c18c493e1cd1"; 1346 - sha256 = "1dr95vnp11zzia7vnwdhhrmkslnak77nps4zr447f34lxk185v5d"; 1347 }; 1348 dependencies = []; 1349 1350 }; 1351 1352 vim-polyglot = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1353 - name = "vim-polyglot-2017-05-17"; 1354 src = fetchgit { 1355 url = "https://github.com/sheerun/vim-polyglot"; 1356 - rev = "d5b9c4ae84aaa98bdfbf15cba90eeafa5aded091"; 1357 - sha256 = "17crapp8l2d77cpw6ac4a2y3q7ipi11in2jz2169m78y643gbz42"; 1358 }; 1359 dependencies = []; 1360 ··· 1372 }; 1373 1374 neocomplete-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1375 - name = "neocomplete-vim-2017-05-27"; 1376 src = fetchgit { 1377 url = "https://github.com/shougo/neocomplete.vim"; 1378 - rev = "4fd73faa262f5e3063422d9fc244c65f1b758cf3"; 1379 - sha256 = "0hl5incxkxb491vnf3j2hndv4x31ic6dgj7wqka1bfqjcl53wjfl"; 1380 }; 1381 dependencies = []; 1382 1383 }; 1384 1385 neosnippet-snippets = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1386 - name = "neosnippet-snippets-2017-06-11"; 1387 src = fetchgit { 1388 url = "https://github.com/shougo/neosnippet-snippets"; 1389 - rev = "0507e9c200a904a21fa5d15ee66a1ea9fe07bb01"; 1390 - sha256 = "1rc67yqfhzqxq15sl258kdwgk8r55w470s0vcd1ax2h8yd4s7sc7"; 1391 }; 1392 dependencies = []; 1393 1394 }; 1395 1396 neosnippet-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1397 - name = "neosnippet-vim-2017-06-11"; 1398 src = fetchgit { 1399 url = "https://github.com/shougo/neosnippet.vim"; 1400 - rev = "6f87e27d4e20ea8b71821df06f71818716a13cf3"; 1401 - sha256 = "0wfbicqblz91w5rzndy8zirzf819abmjv1az8yd26q1bbh3j0jpb"; 1402 }; 1403 dependencies = []; 1404 1405 }; 1406 1407 unite-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1408 - name = "unite-vim-2017-05-27"; 1409 src = fetchgit { 1410 url = "https://github.com/shougo/unite.vim"; 1411 - rev = "ada33d888934d8a9e60aa8ff828b651aaedb6457"; 1412 - sha256 = "0f4vnp3avpy7ns5ndr29ibff9d8hazji95y6m5idvziswywzpwsy"; 1413 }; 1414 dependencies = []; 1415 ··· 1522 }; 1523 1524 vim-dispatch = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1525 - name = "vim-dispatch-2017-06-06"; 1526 src = fetchgit { 1527 url = "https://github.com/tpope/vim-dispatch"; 1528 - rev = "1beee74e5ae75c46fd3f1255cce2543769102dc0"; 1529 - sha256 = "0jvcxr22i3yqcfvshl97939kki9ng9mvmf79qph3y9x2h0fhzikm"; 1530 }; 1531 dependencies = []; 1532 ··· 1577 }; 1578 1579 vim-haskellconceal = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1580 - name = "vim-haskellconceal-2014-10-28"; 1581 src = fetchgit { 1582 url = "https://github.com/twinside/vim-haskellconceal"; 1583 - rev = "f73c5dd660b7009a050b131783d7c17b4954e4d9"; 1584 - sha256 = "1a1v0m3qj0gian3mp5xynf2ghscr3xaid37b0wi38bb4f2qrigqy"; 1585 }; 1586 dependencies = []; 1587 1588 }; 1589 1590 youcompleteme = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1591 - name = "youcompleteme-2017-06-05"; 1592 src = fetchgit { 1593 url = "https://github.com/valloric/youcompleteme"; 1594 - rev = "b20809332c3298cb954cff20006cb52955b54b2d"; 1595 - sha256 = "19a9lyc2xx1qp39dgyyi74bnslh6vhdi4y55b61li07b5qa4sh20"; 1596 }; 1597 dependencies = []; 1598 buildPhase = '' ··· 1614 }; 1615 1616 vim-airline-themes = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1617 - name = "vim-airline-themes-2017-05-24"; 1618 src = fetchgit { 1619 url = "https://github.com/vim-airline/vim-airline-themes"; 1620 - rev = "43fe3927b884dcf722f9109e39801db110186dab"; 1621 - sha256 = "1rl4im3pllkfvc5z3shmwblzvp4s3lri3clzpirzqmywa027d0p8"; 1622 }; 1623 dependencies = []; 1624 ··· 1768 }; 1769 1770 vim-wakatime = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1771 - name = "vim-wakatime-2017-06-08"; 1772 src = fetchgit { 1773 url = "https://github.com/wakatime/vim-wakatime"; 1774 - rev = "a96180dd0e694e9a5dadfb65e4c3465a9184840f"; 1775 - sha256 = "0wf108myrfjslf56xqiwsl2mkaqz7qn5k7ggvcfwmhp91lzl5aan"; 1776 }; 1777 dependencies = []; 1778 buildInputs = [ python ]; 1779 }; 1780 1781 command-t = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1782 - name = "command-t-2017-06-08"; 1783 src = fetchgit { 1784 url = "https://github.com/wincent/command-t"; 1785 - rev = "3f0d21a06d9b936bcd79970c1b2301b05dd297bc"; 1786 - sha256 = "15wil973sqfgvix9li15qk49kv9l3rn8zqis2cl71k6xh1xvd9ff"; 1787 }; 1788 dependencies = []; 1789 buildInputs = [ perl ruby git ]; ··· 1824 sha256 = "1ixav3d78wy9zs9a8hg8yqk812srkbkwsaz17lg5sxjq6azljgvq"; 1825 }; 1826 dependencies = []; 1827 - buildInputs = [ python3 ]; 1828 buildPhase = '' 1829 pushd ./rplugin/python3/deoplete/ujson 1830 python3 setup.py build --build-base=$PWD/build --build-lib=$PWD/build ··· 2218 }; 2219 2220 vim-addon-syntax-checker = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2221 - name = "vim-addon-syntax-checker-2013-07-12"; 2222 src = fetchgit { 2223 url = "git://github.com/MarcWeber/vim-addon-syntax-checker"; 2224 - rev = "8eb7217e636ca717d4de5cd03cc0180c5b66ae77"; 2225 - sha256 = "0gcvb922w4jsi203ygbnij9xhmgc6knj9b3ivw3m0fv5ckk4iw5f"; 2226 }; 2227 dependencies = ["vim-addon-mw-utils" "tlib"]; 2228 ··· 2251 }; 2252 2253 vim-airline = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2254 - name = "vim-airline-2017-05-08"; 2255 src = fetchgit { 2256 url = "git://github.com/vim-airline/vim-airline"; 2257 - rev = "466198adc015a9d81e975374d8e206dcf3efd173"; 2258 - sha256 = "1dq47y24dc84dkpgv44jh5n2q5jqm5xvriql81441lbwldyq99ld"; 2259 }; 2260 dependencies = []; 2261 ··· 2317 }; 2318 2319 vim-latex-live-preview = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2320 - name = "vim-latex-live-preview-2016-03-16"; 2321 src = fetchgit { 2322 url = "git://github.com/xuhdev/vim-latex-live-preview"; 2323 - rev = "99501642c1dd3f703ac6301ae13469f4990b7a06"; 2324 - sha256 = "0dkm3v1jqi8aq0jfpa6fdwgbfbwidc32ci1y9vhqb1prs15qrqfl"; 2325 }; 2326 dependencies = []; 2327 ··· 2339 }; 2340 2341 vim-signature = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2342 - name = "vim-signature-2016-11-20"; 2343 src = fetchgit { 2344 url = "git://github.com/kshenoy/vim-signature"; 2345 - rev = "7e13913188809c45e14988270213744d1c3bb485"; 2346 - sha256 = "0lcmv8fxj50r1r51379sxdy0ra3s0i1cgyqi4wp2zmpz06c1c2nx"; 2347 }; 2348 dependencies = []; 2349 ··· 2361 }; 2362 2363 vim-snippets = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2364 - name = "vim-snippets-2017-06-09"; 2365 src = fetchgit { 2366 url = "git://github.com/honza/vim-snippets"; 2367 - rev = "d21f43c210ac7b04ec1bcda39f10b03a934a9ae8"; 2368 - sha256 = "1vv7kpin3aqzz47937b5w5q2hcr9gldz0x39i6z3wa3q4x2sg366"; 2369 }; 2370 dependencies = []; 2371 ··· 2401 sha256 = "0hzmssyz7y7hv3mv67zkqwxc13crkpwv0plm7z701943h2zxj08h"; 2402 }; 2403 dependencies = []; 2404 }; 2405 2406 vinegar = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2407 - name = "vinegar-2017-05-23"; 2408 src = fetchgit { 2409 url = "git://github.com/tpope/vim-vinegar"; 2410 - rev = "9abe956acc14444c0fda75eb98c8e31cf81b4c26"; 2411 - sha256 = "16a85lk20v50krl899w0i9zl6gp7478f4pd6mqz8519d76vbmy99"; 2412 }; 2413 dependencies = []; 2414 ··· 2424 dependencies = []; 2425 2426 }; 2427 }
··· 169 }; 170 171 Supertab = buildVimPluginFrom2Nix { # created by nix#NixDerivation 172 + name = "Supertab-2017-06-20"; 173 src = fetchgit { 174 url = "git://github.com/ervandew/supertab"; 175 + rev = "22aac5c2cb6a8ebe906bf1495eb727717390e62e"; 176 + sha256 = "1m70rx9ba2aqydfr9yxsrff61qyzmnda24qkgn666ypnsai7cfbn"; 177 }; 178 dependencies = []; 179 180 }; 181 182 Syntastic = buildVimPluginFrom2Nix { # created by nix#NixDerivation 183 + name = "Syntastic-2017-07-07"; 184 src = fetchgit { 185 url = "git://github.com/scrooloose/syntastic"; 186 + rev = "e1161a723a353db99780f9a9351340df7abbb106"; 187 + sha256 = "00gvx33yz199n7lynli0fb8cf58lb5cs0jxrqggjjy261xv2lcq1"; 188 }; 189 dependencies = []; 190 ··· 202 }; 203 204 Tagbar = buildVimPluginFrom2Nix { # created by nix#NixDerivation 205 + name = "Tagbar-2017-06-15"; 206 src = fetchgit { 207 url = "git://github.com/majutsushi/tagbar"; 208 + rev = "f5792732de16b8a2cc202f920e363eb413d7241d"; 209 + sha256 = "188xdmrp2g7bfzg95pv1qa2l17sqwy1g2p4syj7546fksddmwgms"; 210 }; 211 dependencies = []; 212 ··· 224 }; 225 226 The_NERD_tree = buildVimPluginFrom2Nix { # created by nix#NixDerivation 227 + name = "The_NERD_tree-2017-06-30"; 228 src = fetchgit { 229 url = "git://github.com/scrooloose/nerdtree"; 230 + rev = "2e43ad074bb3b7fafc77b9eea5098047d6fe6e90"; 231 + sha256 = "1mbj0qcjmrc4n0p9i96rm29qpi5j1shp69iv5kcv8sxiqgfrlqlm"; 232 }; 233 dependencies = []; 234 235 }; 236 237 UltiSnips = buildVimPluginFrom2Nix { # created by nix#NixDerivation 238 + name = "UltiSnips-2017-06-30"; 239 src = fetchgit { 240 url = "git://github.com/SirVer/ultisnips"; 241 + rev = "423f264e753cec260b4f14455126e6db7ba429af"; 242 + sha256 = "19g3k0nqzizv39rxwgkca9n2gsd19z2wwsmicr0zcgnf50nhkznh"; 243 }; 244 dependencies = []; 245 ··· 408 }; 409 410 vim-autoformat = buildVimPluginFrom2Nix { # created by nix#NixDerivation 411 + name = "vim-autoformat-2017-06-26"; 412 src = fetchgit { 413 url = "https://github.com/Chiel92/vim-autoformat"; 414 + rev = "ad189cdde5a50699a1d6b2b4b669e73942e47710"; 415 + sha256 = "0jk1qigvz2xkpr13ii0pg0nszrnzwn51gckxjvgaqwbsz967ccsj"; 416 }; 417 dependencies = []; 418 ··· 441 }; 442 443 deoplete-nvim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 444 + name = "deoplete-nvim-2017-07-05"; 445 src = fetchgit { 446 url = "https://github.com/Shougo/deoplete.nvim"; 447 + rev = "376b0c9bbdd30e51a253319ff63762165f30d41a"; 448 + sha256 = "0r6bwwsl9r40nv02hca1h00wgakmrjqzamz3whf7xnb0vx9p29n9"; 449 }; 450 dependencies = []; 451 ··· 474 }; 475 476 vim-closetag = buildVimPluginFrom2Nix { # created by nix#NixDerivation 477 + name = "vim-closetag-2017-07-04"; 478 src = fetchgit { 479 url = "https://github.com/alvan/vim-closetag"; 480 + rev = "e15684e10eb456399fc496467cc9ece1e18a7ec8"; 481 + sha256 = "1rs1dlnn5syxny3qrgggyz8rc6anr8gkhkn19i72nmrvcbb40w0k"; 482 }; 483 dependencies = []; 484 ··· 496 }; 497 498 clighter8 = buildVimPluginFrom2Nix { # created by nix#NixDerivation 499 + name = "clighter8-2017-07-08"; 500 src = fetchgit { 501 url = "https://github.com/bbchung/clighter8"; 502 + rev = "83ebf9e3961fcf1a4ccc557ab5f8c55cb813bc3b"; 503 + sha256 = "0rv16fbg0ga5csk9p2zczh100i55j1h70s0rcvdbgzfmbbmgsda7"; 504 }; 505 dependencies = []; 506 preFixup = '' ··· 510 }; 511 512 neomake = buildVimPluginFrom2Nix { # created by nix#NixDerivation 513 + name = "neomake-2017-07-07"; 514 src = fetchgit { 515 url = "https://github.com/benekastah/neomake"; 516 + rev = "79c7dba684e3b179d7416d84fc86fac38f8190fe"; 517 + sha256 = "039b76n7d2nbbzrd83y4j8g103dvnrmk1pa84is5r5qv33hdpc0x"; 518 }; 519 dependencies = []; 520 ··· 554 }; 555 556 vim-tmux-navigator = buildVimPluginFrom2Nix { # created by nix#NixDerivation 557 + name = "vim-tmux-navigator-2017-06-20"; 558 src = fetchgit { 559 url = "https://github.com/christoomey/vim-tmux-navigator"; 560 + rev = "3e83ddc509c66ac86b0c2961613076f74f34a2b6"; 561 + sha256 = "0zp81qkaahcl85s60cphqh7rsw3hpvnlr98p5lwzp5dsbxxh0iby"; 562 }; 563 dependencies = []; 564 ··· 576 }; 577 578 ctrlp-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 579 + name = "ctrlp-vim-2017-07-04"; 580 src = fetchgit { 581 url = "https://github.com/ctrlpvim/ctrlp.vim"; 582 + rev = "b9b334b7ee07f03bbbc46193bb544124bd430148"; 583 + sha256 = "1pzhffbbmw45x6izdhyi7zp6wy2x2r93g6jz03fdj0qmja0wk1b4"; 584 }; 585 dependencies = []; 586 ··· 642 }; 643 644 neco-ghc = buildVimPluginFrom2Nix { # created by nix#NixDerivation 645 + name = "neco-ghc-2017-06-17"; 646 src = fetchgit { 647 url = "https://github.com/eagletmt/neco-ghc"; 648 + rev = "ea515ae60a0523539fe75680f07aa2a588de9a99"; 649 + sha256 = "1pj5a5v3x8vnkck60kc25ph9b5xx0d8ipa4f4llxpc0q8d2xzk6w"; 650 }; 651 dependencies = []; 652 ··· 697 }; 698 699 vim-localvimrc = buildVimPluginFrom2Nix { # created by nix#NixDerivation 700 + name = "vim-localvimrc-2017-07-06"; 701 src = fetchgit { 702 url = "https://github.com/embear/vim-localvimrc"; 703 + rev = "48c01c214ea0312e8045aaa1a28b30850e98a194"; 704 + sha256 = "158ajdg3n8j0cxk2ry8rmnpfvnzmznhl573v8ddw6xni58b7bg4d"; 705 }; 706 dependencies = []; 707 ··· 719 }; 720 721 ensime-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 722 + name = "ensime-vim-2017-07-06"; 723 src = fetchgit { 724 url = "https://github.com/ensime/ensime-vim"; 725 + rev = "a8a2f024283af8e0b69165960ba59d850d1b80a4"; 726 + sha256 = "0vn7iv05jil7j1k4wgnnb9b1b4yqlxjkqmmz8a71291qg17bs5c8"; 727 }; 728 dependencies = ["vimproc" "vimshell" "self" "forms"]; 729 pythonDependencies = with pythonPackages; [ sexpdata websocket_client ]; ··· 741 }; 742 743 vim-go = buildVimPluginFrom2Nix { # created by nix#NixDerivation 744 + name = "vim-go-2017-07-06"; 745 src = fetchgit { 746 url = "https://github.com/fatih/vim-go"; 747 + rev = "f08fcab5c51bee18174340405b773a950446e9f5"; 748 + sha256 = "1hsfaca9mhp7829b6kl7bmrwm03kjjhz9grmjzgr7v3arlpcv9sa"; 749 }; 750 dependencies = []; 751 ··· 774 }; 775 776 psc-ide-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 777 + name = "psc-ide-vim-2017-07-05"; 778 src = fetchgit { 779 url = "https://github.com/frigoeu/psc-ide-vim"; 780 + rev = "22813d6222766d773e77fadf36ee5eed4162ece4"; 781 + sha256 = "0261nkzj7412f55l6yxsr9xh2ynvnm5zb6ciasj809ynqapqvx2i"; 782 }; 783 dependencies = []; 784 ··· 829 }; 830 831 calendar-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 832 + name = "calendar-vim-2017-07-02"; 833 src = fetchgit { 834 url = "https://github.com/itchyny/calendar.vim"; 835 + rev = "1b4bff01dbcf81e9415c4181e702762f2c4f5638"; 836 + sha256 = "0lsyy7xn460sawpki2svc29b2dm7n6vi0r22jm4djk7n5y9y4xj4"; 837 }; 838 dependencies = []; 839 ··· 917 }; 918 919 auto-pairs = buildVimPluginFrom2Nix { # created by nix#NixDerivation 920 + name = "auto-pairs-2017-07-03"; 921 src = fetchgit { 922 url = "https://github.com/jiangmiao/auto-pairs"; 923 + rev = "f0019fc6423e7ce7bbd01d196a7e027077687fda"; 924 + sha256 = "1kzrdq3adwxwm3fw65g05ww9405lwqi368win5kayamyj9i0z7r6"; 925 }; 926 dependencies = []; 927 928 }; 929 930 vim-nerdtree-tabs = buildVimPluginFrom2Nix { # created by nix#NixDerivation 931 + name = "vim-nerdtree-tabs-2017-07-04"; 932 src = fetchgit { 933 url = "https://github.com/jistr/vim-nerdtree-tabs"; 934 + rev = "47bbe5afc26f701f08d31b2bbdb660f117367ded"; 935 + sha256 = "0a1gqdvmpa4gylnb7sxs6zr89i60fl16p477200x18hgh2zd2v02"; 936 }; 937 dependencies = []; 938 ··· 972 }; 973 974 fzf-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 975 + name = "fzf-vim-2017-07-01"; 976 src = fetchgit { 977 url = "https://github.com/junegunn/fzf.vim"; 978 + rev = "55f6bc83677235a7f6ffc35496ecae2e2a764417"; 979 + sha256 = "0yir125q9cgpk5b07ns9rg0s8f65g7jfka1jq9ir02w47090kgnb"; 980 }; 981 dependencies = []; 982 ··· 1049 }; 1050 1051 vimtex = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1052 + name = "vimtex-2017-07-06"; 1053 src = fetchgit { 1054 url = "https://github.com/lervag/vimtex"; 1055 + rev = "b31b49f0dca7c7acff9b7256315c3dc3bcedac98"; 1056 + sha256 = "1qbhypswa2pa61ksyqp987q9413wvwkhj0avcbvli2n3hn8scz5f"; 1057 }; 1058 dependencies = []; 1059 ··· 1118 1119 }; 1120 1121 + Jenkinsfile-vim-syntax = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1122 + name = "Jenkinsfile-vim-syntax-2017-05-16"; 1123 + src = fetchgit { 1124 + url = "https://github.com/martinda/Jenkinsfile-vim-syntax"; 1125 + rev = "d3ad4bc4888740c524bfa2f8b3192cfb23ddec3f"; 1126 + sha256 = "1sw1rwxspa94aak9gq6i1z47cqhkm2nbbj8xlkzbk3c04mqljksf"; 1127 + }; 1128 + dependencies = []; 1129 + 1130 + }; 1131 + 1132 vim-startify = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1133 + name = "vim-startify-2017-06-15"; 1134 src = fetchgit { 1135 url = "https://github.com/mhinz/vim-startify"; 1136 + rev = "7f910ed4367de96310fedc98d5a12b97173a405f"; 1137 + sha256 = "1l5q8mqqp6gzmxqm5i0lx6lbm181vmkcg8w24ypa77vnid0ihd93"; 1138 }; 1139 dependencies = []; 1140 ··· 1185 }; 1186 1187 vim-indent-guides = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1188 + name = "vim-indent-guides-2017-07-03"; 1189 src = fetchgit { 1190 url = "https://github.com/nathanaelkane/vim-indent-guides"; 1191 + rev = "b40687195c01caf40f62d20093296590b48e3a75"; 1192 + sha256 = "17hc3bdb707lkg0kyac2czjjijdrzarnh6sr78s9rqpwrj3fj4i4"; 1193 }; 1194 dependencies = []; 1195 ··· 1251 }; 1252 1253 vim-watchdogs = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1254 + name = "vim-watchdogs-2017-06-23"; 1255 src = fetchgit { 1256 url = "https://github.com/osyo-manga/vim-watchdogs"; 1257 + rev = "22a08dcd33223ddbe95c977ca72e77d62d2c75d9"; 1258 + sha256 = "0d3i39cz5kpps2gxlbz2l73bz0rs67lhh6qrpzl3a2p014hixbyi"; 1259 }; 1260 dependencies = []; 1261 ··· 1273 }; 1274 1275 python-mode = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1276 + name = "python-mode-2017-07-04"; 1277 src = fetchgit { 1278 url = "https://github.com/python-mode/python-mode"; 1279 + rev = "d2dead6ce9d900b26dbf1a06c52969f4194eda64"; 1280 + sha256 = "1iq26a2l9maapz3433pwywmqla4wf7jass7s7bh32h10m2fh88a0"; 1281 }; 1282 dependencies = []; 1283 ··· 1306 }; 1307 1308 vim-grammarous = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1309 + name = "vim-grammarous-2017-07-02"; 1310 src = fetchgit { 1311 url = "https://github.com/rhysd/vim-grammarous"; 1312 + rev = "d117cd139b58319d8ac94f2fd36ee548b6ea1e88"; 1313 + sha256 = "0a5a65j9a3s54z9asjmfbqsvawx014bq772jqgpsxww53lap3s5x"; 1314 }; 1315 dependencies = []; 1316 1317 }; 1318 1319 vim-puppet = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1320 + name = "vim-puppet-2017-07-02"; 1321 src = fetchgit { 1322 url = "https://github.com/rodjek/vim-puppet"; 1323 + rev = "cb1863af2ba4de9fb1c1d952d82692502348fb92"; 1324 + sha256 = "0a3q6f8jplxbvpjaz9vnh589al64vg567nc00xabp46vcm83nk4x"; 1325 }; 1326 dependencies = []; 1327 ··· 1339 }; 1340 1341 neoformat = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1342 + name = "neoformat-2017-07-06"; 1343 src = fetchgit { 1344 url = "https://github.com/sbdchd/neoformat"; 1345 + rev = "0a4904771ee0df76f01146bdcbac5dde4f5a61af"; 1346 + sha256 = "09i4ngih8cd3613mhsz0bbpwppbwsx723k7xx9ha6ybnfrmhx1ra"; 1347 }; 1348 dependencies = []; 1349 1350 }; 1351 1352 deoplete-rust = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1353 + name = "deoplete-rust-2017-06-28"; 1354 src = fetchgit { 1355 url = "https://github.com/sebastianmarkow/deoplete-rust"; 1356 + rev = "505735576e29d30fee5074a9a49fdeb989c632b2"; 1357 + sha256 = "0nqvk7f7asbfcfiv2lw3hinsaln648xc8k5jd630q0p4gyyxqpdm"; 1358 }; 1359 dependencies = []; 1360 1361 }; 1362 1363 vim-polyglot = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1364 + name = "vim-polyglot-2017-06-12"; 1365 src = fetchgit { 1366 url = "https://github.com/sheerun/vim-polyglot"; 1367 + rev = "8eab5f5403afc1c33a7593459a27f7ff625fa60b"; 1368 + sha256 = "0q2xfmqk5iad6gv8zzlpcv48xpv7lwr6mswc7mdllzkgaqilz75g"; 1369 }; 1370 dependencies = []; 1371 ··· 1383 }; 1384 1385 neocomplete-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1386 + name = "neocomplete-vim-2017-06-24"; 1387 src = fetchgit { 1388 url = "https://github.com/shougo/neocomplete.vim"; 1389 + rev = "186881fc40d9b774766a81189af17826d27406c2"; 1390 + sha256 = "0x9fmvliwxm49q8970byaqrnrffcxjf29z0y7xsfi56sv277lpl5"; 1391 }; 1392 dependencies = []; 1393 1394 }; 1395 1396 neosnippet-snippets = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1397 + name = "neosnippet-snippets-2017-07-05"; 1398 src = fetchgit { 1399 url = "https://github.com/shougo/neosnippet-snippets"; 1400 + rev = "b89c544264912b064c79da2a90fc5d4e69d621b2"; 1401 + sha256 = "1cqgagzxl559mf06kkggdm90g27is0x80qqrrha09ng16hf6qf7a"; 1402 }; 1403 dependencies = []; 1404 1405 }; 1406 1407 neosnippet-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1408 + name = "neosnippet-vim-2017-06-24"; 1409 src = fetchgit { 1410 url = "https://github.com/shougo/neosnippet.vim"; 1411 + rev = "867149c56651f0958bfde1f56e203f90afba134d"; 1412 + sha256 = "19cwpans16ahmmnjfqxz5x3zw89qn93c9sc80sscw76i4ih4skml"; 1413 }; 1414 dependencies = []; 1415 1416 }; 1417 1418 unite-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1419 + name = "unite-vim-2017-07-01"; 1420 src = fetchgit { 1421 url = "https://github.com/shougo/unite.vim"; 1422 + rev = "ad15f96365b5cb43a45d0ca779df6a497f954f15"; 1423 + sha256 = "0pigwfwyas4zdzrazk08p9bnbmi51np4gb0mf5dy434glw9rrvjz"; 1424 }; 1425 dependencies = []; 1426 ··· 1533 }; 1534 1535 vim-dispatch = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1536 + name = "vim-dispatch-2017-06-23"; 1537 src = fetchgit { 1538 url = "https://github.com/tpope/vim-dispatch"; 1539 + rev = "ca10dc106a5a3684573a3841560b167f4b86fde1"; 1540 + sha256 = "1ad98k08i5zcyggjxcxygr4j513fg43di99gqg1jbi8xvyhgha69"; 1541 }; 1542 dependencies = []; 1543 ··· 1588 }; 1589 1590 vim-haskellconceal = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1591 + name = "vim-haskellconceal-2017-06-15"; 1592 src = fetchgit { 1593 url = "https://github.com/twinside/vim-haskellconceal"; 1594 + rev = "802f82a5afee56e9e1251e6f756104a3bd114234"; 1595 + sha256 = "1kh6853hi4rgl4z1xs8kz9l1q9w7lh0r42y2m0rabfpr6yh3091r"; 1596 }; 1597 dependencies = []; 1598 1599 }; 1600 1601 youcompleteme = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1602 + name = "youcompleteme-2017-07-07"; 1603 src = fetchgit { 1604 url = "https://github.com/valloric/youcompleteme"; 1605 + rev = "d299f9eb708ec83713f904dbb49c4260b6b22240"; 1606 + sha256 = "0g2spq5c9sps0zql8pg0xbnxbcqn0aacy96jd1ixxh6dg9gijkp0"; 1607 }; 1608 dependencies = []; 1609 buildPhase = '' ··· 1625 }; 1626 1627 vim-airline-themes = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1628 + name = "vim-airline-themes-2017-06-24"; 1629 src = fetchgit { 1630 url = "https://github.com/vim-airline/vim-airline-themes"; 1631 + rev = "7865fd8ba435edd01ff7b59de06a9be73e01950d"; 1632 + sha256 = "0fd4s8y6w5flbrikislcvj2a0jb77rd6gwg207qskxfqncxsbswn"; 1633 }; 1634 dependencies = []; 1635 ··· 1779 }; 1780 1781 vim-wakatime = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1782 + name = "vim-wakatime-2017-07-03"; 1783 src = fetchgit { 1784 url = "https://github.com/wakatime/vim-wakatime"; 1785 + rev = "0c5368cf01f4d452a05eb5e5569e6fe78dca2657"; 1786 + sha256 = "025d0gz0fs3jb062jp7js11b8vb20zyxa32llqsjkyy4gr8kv53b"; 1787 }; 1788 dependencies = []; 1789 buildInputs = [ python ]; 1790 }; 1791 1792 command-t = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1793 + name = "command-t-2017-06-23"; 1794 src = fetchgit { 1795 url = "https://github.com/wincent/command-t"; 1796 + rev = "29f2606a9665058a98b56f2d8062ba614a3f246e"; 1797 + sha256 = "0q6kqjy88w1478k2q6vqyyid69whd72746i0cd33xnslgykwm2hn"; 1798 }; 1799 dependencies = []; 1800 buildInputs = [ perl ruby git ]; ··· 1835 sha256 = "1ixav3d78wy9zs9a8hg8yqk812srkbkwsaz17lg5sxjq6azljgvq"; 1836 }; 1837 dependencies = []; 1838 + buildInputs = [ python3 ]; 1839 buildPhase = '' 1840 pushd ./rplugin/python3/deoplete/ujson 1841 python3 setup.py build --build-base=$PWD/build --build-lib=$PWD/build ··· 2229 }; 2230 2231 vim-addon-syntax-checker = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2232 + name = "vim-addon-syntax-checker-2017-06-26"; 2233 src = fetchgit { 2234 url = "git://github.com/MarcWeber/vim-addon-syntax-checker"; 2235 + rev = "739e5719b77c6aea3299c27fc1f4238ac54a8344"; 2236 + sha256 = "1rcn1ps06156nyglvxg6m7pn3vhvmnv5ad6kidp59hggyr5332i9"; 2237 }; 2238 dependencies = ["vim-addon-mw-utils" "tlib"]; 2239 ··· 2262 }; 2263 2264 vim-airline = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2265 + name = "vim-airline-2017-07-07"; 2266 src = fetchgit { 2267 url = "git://github.com/vim-airline/vim-airline"; 2268 + rev = "e03afa1733c6296774ca95ef981bd8fd39bb1151"; 2269 + sha256 = "0n8l4al4hicnz1xyhcbyb6iw3fxrjslmxk18zanyqcamhfj94vy3"; 2270 }; 2271 dependencies = []; 2272 ··· 2328 }; 2329 2330 vim-latex-live-preview = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2331 + name = "vim-latex-live-preview-2017-06-22"; 2332 src = fetchgit { 2333 url = "git://github.com/xuhdev/vim-latex-live-preview"; 2334 + rev = "becc9d4f1a774e6deb7a96015200de35f1bec1a3"; 2335 + sha256 = "0mqvzk94byiccm7v8kdk0hcbz05k9l69kv3ljg8djbvj5q6zzi2m"; 2336 }; 2337 dependencies = []; 2338 ··· 2350 }; 2351 2352 vim-signature = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2353 + name = "vim-signature-2017-06-20"; 2354 src = fetchgit { 2355 url = "git://github.com/kshenoy/vim-signature"; 2356 + rev = "c6decc68d644a66a34345ea09677469d6e482e1f"; 2357 + sha256 = "1iflyvskimq74hzb6l8mzjv3rh0i15bw9jv5x6arns86q3201l23"; 2358 }; 2359 dependencies = []; 2360 ··· 2372 }; 2373 2374 vim-snippets = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2375 + name = "vim-snippets-2017-07-07"; 2376 src = fetchgit { 2377 url = "git://github.com/honza/vim-snippets"; 2378 + rev = "0817950a4fb8ccd48ec38a2b65cf046b597eecb3"; 2379 + sha256 = "0hxd96zl5gjkx5d381yzyrbahwbz3r9dljzn2cxbdbjsb7im6aks"; 2380 }; 2381 dependencies = []; 2382 ··· 2412 sha256 = "0hzmssyz7y7hv3mv67zkqwxc13crkpwv0plm7z701943h2zxj08h"; 2413 }; 2414 dependencies = []; 2415 + 2416 }; 2417 2418 vinegar = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2419 + name = "vinegar-2017-06-27"; 2420 src = fetchgit { 2421 url = "git://github.com/tpope/vim-vinegar"; 2422 + rev = "c795cb739347cbddeeb288c3c35da9f140a513c9"; 2423 + sha256 = "1dcirb0b73s2l14ppn8mlh79pjpf9kgym9im05039ynr9rl83fv3"; 2424 }; 2425 dependencies = []; 2426 ··· 2436 dependencies = []; 2437 2438 }; 2439 + 2440 }
+2
pkgs/misc/vim-plugins/vim-plugin-names
··· 84 "github:luochen1990/rainbow" 85 "github:lyokha/vim-xkbswitch" 86 "github:machakann/vim-highlightedyank" 87 "github:mhinz/vim-startify" 88 "github:michaeljsmith/vim-indent-object" 89 "github:mileszs/ack.vim" ··· 101 "github:rhysd/vim-grammarous" 102 "github:rodjek/vim-puppet" 103 "github:rust-lang/rust.vim" 104 "github:sbdchd/neoformat" 105 "github:sheerun/vim-polyglot" 106 "github:shougo/neco-vim"
··· 84 "github:luochen1990/rainbow" 85 "github:lyokha/vim-xkbswitch" 86 "github:machakann/vim-highlightedyank" 87 + "github:martinda/Jenkinsfile-vim-syntax" 88 "github:mhinz/vim-startify" 89 "github:michaeljsmith/vim-indent-object" 90 "github:mileszs/ack.vim" ··· 102 "github:rhysd/vim-grammarous" 103 "github:rodjek/vim-puppet" 104 "github:rust-lang/rust.vim" 105 + "github:sebastianmarkow/deoplete-rust" 106 "github:sbdchd/neoformat" 107 "github:sheerun/vim-polyglot" 108 "github:shougo/neco-vim"