Merge pull request #121006 from onsails/vim-plugins

authored by Sandro and committed by GitHub 2fe7ce0e 9a88ed72

+63 -25
+60 -24
pkgs/misc/vim-plugins/generated.nix
··· 389 390 chadtree = buildVimPluginFrom2Nix { 391 pname = "chadtree"; 392 - version = "2021-04-28"; 393 src = fetchFromGitHub { 394 owner = "ms-jpq"; 395 repo = "chadtree"; 396 - rev = "270e3e1d85d400409247aa6c11445ec2e72f44ee"; 397 - sha256 = "1i1y72v95660szv5jdcrawqqh7l493v3a1n9zigagzwz9a3sff44"; 398 }; 399 meta.homepage = "https://github.com/ms-jpq/chadtree/"; 400 }; ··· 533 534 coc-nvim = buildVimPluginFrom2Nix { 535 pname = "coc-nvim"; 536 - version = "2021-04-26"; 537 src = fetchFromGitHub { 538 owner = "neoclide"; 539 repo = "coc.nvim"; 540 - rev = "35dcebf8ba0f0b405578d3d919bc54ae2a651138"; 541 - sha256 = "1lbnic4r0k0xxr5shmgz60b93lk462fnnl10iccns1d4363dz80a"; 542 }; 543 meta.homepage = "https://github.com/neoclide/coc.nvim/"; 544 }; ··· 1485 meta.homepage = "https://github.com/megaannum/forms/"; 1486 }; 1487 1488 fruzzy = buildVimPluginFrom2Nix { 1489 pname = "fruzzy"; 1490 version = "2020-08-31"; ··· 3048 3049 nvcode-color-schemes-vim = buildVimPluginFrom2Nix { 3050 pname = "nvcode-color-schemes-vim"; 3051 - version = "2021-04-09"; 3052 src = fetchFromGitHub { 3053 owner = "ChristianChiarulli"; 3054 repo = "nvcode-color-schemes.vim"; 3055 - rev = "90ee71d66da58d57f0cb4a59103874bb519c79d4"; 3056 - sha256 = "0sabb0iyrmfwfld57d1mf44k69bf8pk0c1ilfi3vz2hz04imxgab"; 3057 }; 3058 meta.homepage = "https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/"; 3059 }; ··· 3312 3313 nvim-scrollview = buildVimPluginFrom2Nix { 3314 pname = "nvim-scrollview"; 3315 - version = "2021-04-28"; 3316 src = fetchFromGitHub { 3317 owner = "dstein64"; 3318 repo = "nvim-scrollview"; 3319 - rev = "c6e3e48352711ed6115e86901783efbce193a08f"; 3320 - sha256 = "0zi2ar2sr1v8lp4zim52hihm7qlzz4ijfgy5a6xyhns6csg3a9vf"; 3321 }; 3322 meta.homepage = "https://github.com/dstein64/nvim-scrollview/"; 3323 }; ··· 5390 meta.homepage = "https://github.com/alvan/vim-closetag/"; 5391 }; 5392 5393 vim-codefmt = buildVimPluginFrom2Nix { 5394 pname = "vim-codefmt"; 5395 version = "2021-04-15"; ··· 6702 6703 vim-kitty-navigator = buildVimPluginFrom2Nix { 6704 pname = "vim-kitty-navigator"; 6705 - version = "2021-03-31"; 6706 src = fetchFromGitHub { 6707 owner = "knubie"; 6708 repo = "vim-kitty-navigator"; 6709 - rev = "f09007be7e477a491a478444b302d079104af23d"; 6710 - sha256 = "06m9rf0c9nxmyz9qnri1lmyb7cljv3vz2njxvh3fz8q7hjghh6cd"; 6711 }; 6712 meta.homepage = "https://github.com/knubie/vim-kitty-navigator/"; 6713 }; ··· 6870 6871 vim-lsp = buildVimPluginFrom2Nix { 6872 pname = "vim-lsp"; 6873 - version = "2021-04-27"; 6874 src = fetchFromGitHub { 6875 owner = "prabirshrestha"; 6876 repo = "vim-lsp"; 6877 - rev = "80f4b269b51eae778a3f3093c144ffe8b2c943a1"; 6878 - sha256 = "15zbdgns2llzjwxzwn4b8bxyjkjjlnxrjrsbdbmkz7rkvkw4bkjd"; 6879 }; 6880 meta.homepage = "https://github.com/prabirshrestha/vim-lsp/"; 6881 }; ··· 8059 8060 vim-speeddating = buildVimPluginFrom2Nix { 8061 pname = "vim-speeddating"; 8062 - version = "2019-11-12"; 8063 src = fetchFromGitHub { 8064 owner = "tpope"; 8065 repo = "vim-speeddating"; 8066 - rev = "fe98cfaa7ea9c4b838d42a6830437c919eb55b4e"; 8067 - sha256 = "02875qswrmanr7b798ymlc7w60055q0av0qj3fh7fvpqhsqpg52k"; 8068 }; 8069 meta.homepage = "https://github.com/tpope/vim-speeddating/"; 8070 }; ··· 8852 8853 vimspector = buildVimPluginFrom2Nix { 8854 pname = "vimspector"; 8855 - version = "2021-04-22"; 8856 src = fetchFromGitHub { 8857 owner = "puremourning"; 8858 repo = "vimspector"; 8859 - rev = "a47d0b921c42be740e57d75a73ae15a8ee0141d4"; 8860 - sha256 = "05nhav31i3d16d1qdcgbkr8dfgwi53123sv3xd9pr8j7j3rdd0ix"; 8861 fetchSubmodules = true; 8862 }; 8863 meta.homepage = "https://github.com/puremourning/vimspector/"; ··· 8957 sha256 = "1144jk4dfqb8pzblqksc1wjgbraxy6pdgr4q567wzcf93bviv81l"; 8958 }; 8959 meta.homepage = "https://github.com/mattn/webapi-vim/"; 8960 }; 8961 8962 wildfire-vim = buildVimPluginFrom2Nix {
··· 389 390 chadtree = buildVimPluginFrom2Nix { 391 pname = "chadtree"; 392 + version = "2021-04-29"; 393 src = fetchFromGitHub { 394 owner = "ms-jpq"; 395 repo = "chadtree"; 396 + rev = "23c8aacf13be02b985455ef027fbd28896dd1ef8"; 397 + sha256 = "1bwaxs8rgyr1w81rqygia9ab7l10vcvad0d3xx89x17z6szakj3x"; 398 }; 399 meta.homepage = "https://github.com/ms-jpq/chadtree/"; 400 }; ··· 533 534 coc-nvim = buildVimPluginFrom2Nix { 535 pname = "coc-nvim"; 536 + version = "2021-04-29"; 537 src = fetchFromGitHub { 538 owner = "neoclide"; 539 repo = "coc.nvim"; 540 + rev = "473668eabee0592e817f9c692b0509c2743fb1c3"; 541 + sha256 = "1r6wx6bpzfbhb8a95jw1gi2xkvx4h8i4rima2ylkrdbx86hgicjz"; 542 }; 543 meta.homepage = "https://github.com/neoclide/coc.nvim/"; 544 }; ··· 1485 meta.homepage = "https://github.com/megaannum/forms/"; 1486 }; 1487 1488 + friendly-snippets = buildVimPluginFrom2Nix { 1489 + pname = "friendly-snippets"; 1490 + version = "2021-04-17"; 1491 + src = fetchFromGitHub { 1492 + owner = "rafamadriz"; 1493 + repo = "friendly-snippets"; 1494 + rev = "ee28380b2300b374251b89d73e7e5b23c573e2bc"; 1495 + sha256 = "1ap2nf84gbrqlykw1l8zx01m9hm92vw57wkkzv2cqkjcbm3whqyg"; 1496 + }; 1497 + meta.homepage = "https://github.com/rafamadriz/friendly-snippets/"; 1498 + }; 1499 + 1500 fruzzy = buildVimPluginFrom2Nix { 1501 pname = "fruzzy"; 1502 version = "2020-08-31"; ··· 3060 3061 nvcode-color-schemes-vim = buildVimPluginFrom2Nix { 3062 pname = "nvcode-color-schemes-vim"; 3063 + version = "2021-04-29"; 3064 src = fetchFromGitHub { 3065 owner = "ChristianChiarulli"; 3066 repo = "nvcode-color-schemes.vim"; 3067 + rev = "940f2eb232091f970e45232e9c96e5aac7d670de"; 3068 + sha256 = "1sxi0dhbqg6fg23n8m069z6issyng18hbq9v7rxnzw90mqp0y5zb"; 3069 }; 3070 meta.homepage = "https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/"; 3071 }; ··· 3324 3325 nvim-scrollview = buildVimPluginFrom2Nix { 3326 pname = "nvim-scrollview"; 3327 + version = "2021-04-29"; 3328 src = fetchFromGitHub { 3329 owner = "dstein64"; 3330 repo = "nvim-scrollview"; 3331 + rev = "58f5ba925b51cfd7edf73e1135588403151bc719"; 3332 + sha256 = "0033r4w4lh59a0ghvpk5r7ww4s46airfgi4idgizsc6w8xkrj2yy"; 3333 }; 3334 meta.homepage = "https://github.com/dstein64/nvim-scrollview/"; 3335 }; ··· 5402 meta.homepage = "https://github.com/alvan/vim-closetag/"; 5403 }; 5404 5405 + vim-code-dark = buildVimPluginFrom2Nix { 5406 + pname = "vim-code-dark"; 5407 + version = "2021-04-09"; 5408 + src = fetchFromGitHub { 5409 + owner = "tomasiser"; 5410 + repo = "vim-code-dark"; 5411 + rev = "670fed53a2ae67542a78ef7b642f4aca6b6326dc"; 5412 + sha256 = "0zdhhv3h8lzba8dpv0amc5abpkzayp6gbjw6qv712p638zyr99vw"; 5413 + }; 5414 + meta.homepage = "https://github.com/tomasiser/vim-code-dark/"; 5415 + }; 5416 + 5417 vim-codefmt = buildVimPluginFrom2Nix { 5418 pname = "vim-codefmt"; 5419 version = "2021-04-15"; ··· 6726 6727 vim-kitty-navigator = buildVimPluginFrom2Nix { 6728 pname = "vim-kitty-navigator"; 6729 + version = "2021-04-28"; 6730 src = fetchFromGitHub { 6731 owner = "knubie"; 6732 repo = "vim-kitty-navigator"; 6733 + rev = "50b87c4287c791addc7364dfa377605d0837d326"; 6734 + sha256 = "0z3hmgflpiv0czdrkvpc845ms7bjy9rs2a6mp7gyzlqyqrjvqzzy"; 6735 }; 6736 meta.homepage = "https://github.com/knubie/vim-kitty-navigator/"; 6737 }; ··· 6894 6895 vim-lsp = buildVimPluginFrom2Nix { 6896 pname = "vim-lsp"; 6897 + version = "2021-04-29"; 6898 src = fetchFromGitHub { 6899 owner = "prabirshrestha"; 6900 repo = "vim-lsp"; 6901 + rev = "b6898841c771df0a5231f74145e0813533d44def"; 6902 + sha256 = "0r5hg2hjcmwm6mkm7s41wij6hdlfq2g5xjvgg0bn8nhyn4048mgd"; 6903 }; 6904 meta.homepage = "https://github.com/prabirshrestha/vim-lsp/"; 6905 }; ··· 8083 8084 vim-speeddating = buildVimPluginFrom2Nix { 8085 pname = "vim-speeddating"; 8086 + version = "2021-04-29"; 8087 src = fetchFromGitHub { 8088 owner = "tpope"; 8089 repo = "vim-speeddating"; 8090 + rev = "95da3d72efc91a5131acf388eafa4b1ad6512a9b"; 8091 + sha256 = "1al53c1x2bnnf0nnn7319jxq7bphaxdcnb5i7qa86m337jb2wqrp"; 8092 }; 8093 meta.homepage = "https://github.com/tpope/vim-speeddating/"; 8094 }; ··· 8876 8877 vimspector = buildVimPluginFrom2Nix { 8878 pname = "vimspector"; 8879 + version = "2021-04-29"; 8880 src = fetchFromGitHub { 8881 owner = "puremourning"; 8882 repo = "vimspector"; 8883 + rev = "0c88cc8badeeee74f9cafbf461b72769b06a15d5"; 8884 + sha256 = "1f9k0mhcaaddjdd3619m95syy4rbh5fgacya9fr1580z16vcir8p"; 8885 fetchSubmodules = true; 8886 }; 8887 meta.homepage = "https://github.com/puremourning/vimspector/"; ··· 8981 sha256 = "1144jk4dfqb8pzblqksc1wjgbraxy6pdgr4q567wzcf93bviv81l"; 8982 }; 8983 meta.homepage = "https://github.com/mattn/webapi-vim/"; 8984 + }; 8985 + 8986 + which-key-nvim = buildVimPluginFrom2Nix { 8987 + pname = "which-key-nvim"; 8988 + version = "2021-04-29"; 8989 + src = fetchFromGitHub { 8990 + owner = "folke"; 8991 + repo = "which-key.nvim"; 8992 + rev = "6cf68b49d48f2e07b82aee18ad01c4115d9ce0e5"; 8993 + sha256 = "06r5hlwm1i1gim12k3i5kxrwnhjbq2xfxic5z0iax9m86szb4ja3"; 8994 + }; 8995 + meta.homepage = "https://github.com/folke/which-key.nvim/"; 8996 }; 8997 8998 wildfire-vim = buildVimPluginFrom2Nix {
+3 -1
pkgs/misc/vim-plugins/vim-plugin-names
··· 132 flazz/vim-colorschemes 133 floobits/floobits-neovim 134 folke/lsp-colors.nvim@main 135 - folke/which-key.nvim 136 freitass/todo.txt-vim 137 frigoeu/psc-ide-vim 138 fruit-in/brainfuck-vim ··· 505 Quramy/tsuquyomi 506 racer-rust/vim-racer 507 radenling/vim-dispatch-neovim 508 rafaqz/ranger.vim 509 rafi/awesome-vim-colorschemes 510 raghur/fruzzy ··· 620 tmsvg/pear-tree 621 tmux-plugins/vim-tmux 622 tmux-plugins/vim-tmux-focus-events 623 tomasr/molokai 624 tomlion/vim-solidity 625 tommcdo/vim-exchange
··· 132 flazz/vim-colorschemes 133 floobits/floobits-neovim 134 folke/lsp-colors.nvim@main 135 + folke/which-key.nvim@main 136 freitass/todo.txt-vim 137 frigoeu/psc-ide-vim 138 fruit-in/brainfuck-vim ··· 505 Quramy/tsuquyomi 506 racer-rust/vim-racer 507 radenling/vim-dispatch-neovim 508 + rafamadriz/friendly-snippets@main 509 rafaqz/ranger.vim 510 rafi/awesome-vim-colorschemes 511 raghur/fruzzy ··· 621 tmsvg/pear-tree 622 tmux-plugins/vim-tmux 623 tmux-plugins/vim-tmux-focus-events 624 + tomasiser/vim-code-dark 625 tomasr/molokai 626 tomlion/vim-solidity 627 tommcdo/vim-exchange