Merge pull request #195454 from figsoda/vim-plugins

Add 3 vim plugins

authored by figsoda and committed by GitHub 1c042a8d bfb44da6

+78 -35
+71 -35
pkgs/applications/editors/vim/plugins/generated.nix
··· 341 341 342 342 SpaceVim = buildVimPluginFrom2Nix { 343 343 pname = "SpaceVim"; 344 - version = "2022-10-10"; 344 + version = "2022-10-11"; 345 345 src = fetchFromGitHub { 346 346 owner = "SpaceVim"; 347 347 repo = "SpaceVim"; 348 - rev = "3bacbcd4ef84d24602799555465fed6d71fdd9b2"; 349 - sha256 = "1mhq6gz0maab2vvrajdcq689nr93sniw5iz75spr8vq9za9aazx0"; 348 + rev = "1ed769feb2a13061be69563cc42d686ac44fc441"; 349 + sha256 = "0naxqvxm8dwi7hbphbl04kaphhxpq1x2f3n9whdhj7rbnq7m6r9h"; 350 350 }; 351 351 meta.homepage = "https://github.com/SpaceVim/SpaceVim/"; 352 352 }; ··· 2010 2010 2011 2011 coq-artifacts = buildVimPluginFrom2Nix { 2012 2012 pname = "coq.artifacts"; 2013 - version = "2022-10-10"; 2013 + version = "2022-10-11"; 2014 2014 src = fetchFromGitHub { 2015 2015 owner = "ms-jpq"; 2016 2016 repo = "coq.artifacts"; 2017 - rev = "e7ce839707e349fa5d8ea494dae2490fa849a4c3"; 2018 - sha256 = "0g10avvx8i7pgfipq2wbylk98r1xz3g1sqr4kldxkv2g48842c1v"; 2017 + rev = "80ec4396170f63041d8d7e8d2df3c54eb45300f7"; 2018 + sha256 = "13h2nib9amjjsx35gsxfcvyx674m04wrsp4fia06ksa40h8hadkm"; 2019 2019 }; 2020 2020 meta.homepage = "https://github.com/ms-jpq/coq.artifacts/"; 2021 2021 }; 2022 2022 2023 2023 coq-thirdparty = buildVimPluginFrom2Nix { 2024 2024 pname = "coq.thirdparty"; 2025 - version = "2022-10-10"; 2025 + version = "2022-10-11"; 2026 2026 src = fetchFromGitHub { 2027 2027 owner = "ms-jpq"; 2028 2028 repo = "coq.thirdparty"; 2029 - rev = "9f0744543875c3bee9c124248d259d059ccdad21"; 2030 - sha256 = "0ykh3xl37x07z9ci63rvxqp1p3sw42macl0jxskbpk338rdvw9yi"; 2029 + rev = "adfb5c498f9d6d7f3b74baaae228ab6dcf923ecb"; 2030 + sha256 = "19l9g3j0pn3l4rndx38fpi82ypgbm0087gwyczj6dbvszld3ln78"; 2031 2031 }; 2032 2032 meta.homepage = "https://github.com/ms-jpq/coq.thirdparty/"; 2033 2033 }; ··· 2046 2046 2047 2047 coq_nvim = buildVimPluginFrom2Nix { 2048 2048 pname = "coq_nvim"; 2049 - version = "2022-10-10"; 2049 + version = "2022-10-11"; 2050 2050 src = fetchFromGitHub { 2051 2051 owner = "ms-jpq"; 2052 2052 repo = "coq_nvim"; 2053 - rev = "cbe678af3d43772781781fa485137ea3c46ce323"; 2054 - sha256 = "1dc6903m9qs3s9jpc676lg6970w8vb635w6mc4w72zcln8xgih56"; 2053 + rev = "550149d751f8d62ad646d38ef57b87f4d960bceb"; 2054 + sha256 = "1y5achbd4vkq0fhsh9hvgnb4qh42k3mskii7x6vrnr3vr3gvy0ff"; 2055 2055 }; 2056 2056 meta.homepage = "https://github.com/ms-jpq/coq_nvim/"; 2057 2057 }; ··· 3381 3381 meta.homepage = "https://github.com/ellisonleao/gruvbox.nvim/"; 3382 3382 }; 3383 3383 3384 + guess-indent-nvim = buildVimPluginFrom2Nix { 3385 + pname = "guess-indent.nvim"; 3386 + version = "2022-07-17"; 3387 + src = fetchFromGitHub { 3388 + owner = "nmac427"; 3389 + repo = "guess-indent.nvim"; 3390 + rev = "c37467baa1a51b74ed767cbe0540fce44e03d828"; 3391 + sha256 = "11fb9xsaq9ygl7sd7k1xg4ccbynmjdvnrbs44snp4q48fidn1vrb"; 3392 + }; 3393 + meta.homepage = "https://github.com/nmac427/guess-indent.nvim/"; 3394 + }; 3395 + 3384 3396 gundo-vim = buildVimPluginFrom2Nix { 3385 3397 pname = "gundo.vim"; 3386 3398 version = "2021-02-21"; ··· 4378 4390 4379 4391 lua-dev-nvim = buildVimPluginFrom2Nix { 4380 4392 pname = "lua-dev.nvim"; 4381 - version = "2022-10-10"; 4393 + version = "2022-10-11"; 4382 4394 src = fetchFromGitHub { 4383 4395 owner = "folke"; 4384 4396 repo = "lua-dev.nvim"; 4385 - rev = "092306391310e0cd3b8785588c50d03a9c98d473"; 4386 - sha256 = "0hg6mq5h6a63vnvpxjjyfx1czjj14gpjdc0cn18hnch9krr5mz1i"; 4397 + rev = "34858064f55295557a377b88aebccc9965869cf8"; 4398 + sha256 = "1dvwzsa3002yaff0rcjkfzgzv3r96192kh0b9skg53z44nyvawcw"; 4387 4399 }; 4388 4400 meta.homepage = "https://github.com/folke/lua-dev.nvim/"; 4389 4401 }; ··· 5259 5271 src = fetchFromGitHub { 5260 5272 owner = "jose-elias-alvarez"; 5261 5273 repo = "null-ls.nvim"; 5262 - rev = "ce85d7738b5a29c910a970fed3299bada855fb3d"; 5263 - sha256 = "0gnz4w8yj2d8qzx63dfyvr18sxhid3876gdaf33p0j3x138d45p1"; 5274 + rev = "17e81c1c1f21f8f6d11a4141a490a0b37974a52b"; 5275 + sha256 = "0l8lkrcbyvlkjv18fvi6jk13s9dj5in8h9f0izx1xpk6cdarx7cb"; 5264 5276 }; 5265 5277 meta.homepage = "https://github.com/jose-elias-alvarez/null-ls.nvim/"; 5266 5278 }; ··· 5375 5387 5376 5388 nvim-cmp = buildNeovimPluginFrom2Nix { 5377 5389 pname = "nvim-cmp"; 5378 - version = "2022-10-10"; 5390 + version = "2022-10-11"; 5379 5391 src = fetchFromGitHub { 5380 5392 owner = "hrsh7th"; 5381 5393 repo = "nvim-cmp"; 5382 - rev = "0ad2450ff617a3568cc3f5e46f13635ef5185e6c"; 5383 - sha256 = "1fgl908sv4pzqg6z4i584d86qqkf91igd0pkhggwf951x0ss4m02"; 5394 + rev = "53bd5749011c0830d54d9b22a37259651d5916df"; 5395 + sha256 = "1fbhbb0aakjs7zwdllzpcydz41nanxyw271ix18h9j47a4x12lq6"; 5384 5396 }; 5385 5397 meta.homepage = "https://github.com/hrsh7th/nvim-cmp/"; 5386 5398 }; ··· 5481 5493 meta.homepage = "https://github.com/mfussenegger/nvim-dap/"; 5482 5494 }; 5483 5495 5496 + nvim-dap-python = buildVimPluginFrom2Nix { 5497 + pname = "nvim-dap-python"; 5498 + version = "2022-10-09"; 5499 + src = fetchFromGitHub { 5500 + owner = "mfussenegger"; 5501 + repo = "nvim-dap-python"; 5502 + rev = "408186a9d1e03e078e3603af912f9e264ceb2742"; 5503 + sha256 = "131a8m5ngxlpbx2b9syksmcci7fff03naw56z7djkvs1w6zh4ln4"; 5504 + }; 5505 + meta.homepage = "https://github.com/mfussenegger/nvim-dap-python/"; 5506 + }; 5507 + 5484 5508 nvim-dap-ui = buildVimPluginFrom2Nix { 5485 5509 pname = "nvim-dap-ui"; 5486 5510 version = "2022-10-06"; ··· 5891 5915 5892 5916 nvim-tree-lua = buildVimPluginFrom2Nix { 5893 5917 pname = "nvim-tree.lua"; 5894 - version = "2022-10-09"; 5918 + version = "2022-10-10"; 5895 5919 src = fetchFromGitHub { 5896 5920 owner = "nvim-tree"; 5897 5921 repo = "nvim-tree.lua"; 5898 - rev = "875d38e52cc4367bad10e648a906a6bd73b3691c"; 5899 - sha256 = "02mqgphmmpvnwqaivy4yjgvwrhf23s1jb8z8qldgfxypf5lfpgvl"; 5922 + rev = "b01e7beaa6f0dbbf5df775cf4ecc829a23f0be54"; 5923 + sha256 = "0bmzwgycrp6wcn8kd2h1kwl0ysazmzd36fvi12x2c99yxnassxvi"; 5900 5924 }; 5901 5925 meta.homepage = "https://github.com/nvim-tree/nvim-tree.lua/"; 5902 5926 }; 5903 5927 5904 5928 nvim-treesitter = buildVimPluginFrom2Nix { 5905 5929 pname = "nvim-treesitter"; 5906 - version = "2022-10-09"; 5930 + version = "2022-10-10"; 5907 5931 src = fetchFromGitHub { 5908 5932 owner = "nvim-treesitter"; 5909 5933 repo = "nvim-treesitter"; 5910 - rev = "7ddc2b54db9b92846292e081a337dce2ed4f66a1"; 5911 - sha256 = "195qckaq6xiixh1m2h306c43mf09nfk5p840k2amdbg0i2wi44na"; 5934 + rev = "6840b3740da5497730136c875e8f89cad314657b"; 5935 + sha256 = "1yl9gjdv059xjnzfcqd1mh4icdxr6dyay694gi3g9jbg3pi3djg8"; 5912 5936 }; 5913 5937 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; 5914 5938 }; ··· 6131 6155 6132 6156 onedark-vim = buildVimPluginFrom2Nix { 6133 6157 pname = "onedark.vim"; 6134 - version = "2022-10-03"; 6158 + version = "2022-10-10"; 6135 6159 src = fetchFromGitHub { 6136 6160 owner = "joshdick"; 6137 6161 repo = "onedark.vim"; 6138 - rev = "0c23bb090f14580c924323ef1d3ccb1f9d2fa001"; 6139 - sha256 = "1fylkscj2iz4p89807xzzaj21lqi6621afsa8p3pms5vcn0hi8jm"; 6162 + rev = "b6b5ffe31a195a3077338d7a506b905e4a51590f"; 6163 + sha256 = "0mw0z6z33xrxs5yp5d2jm8wvrlicj084gmw858sbx9d9ph4sdyj3"; 6140 6164 }; 6141 6165 meta.homepage = "https://github.com/joshdick/onedark.vim/"; 6142 6166 }; ··· 12802 12826 meta.homepage = "https://github.com/vimwiki/vimwiki/"; 12803 12827 }; 12804 12828 12829 + virtual-types-nvim = buildVimPluginFrom2Nix { 12830 + pname = "virtual-types.nvim"; 12831 + version = "2022-03-17"; 12832 + src = fetchFromGitHub { 12833 + owner = "jubnzv"; 12834 + repo = "virtual-types.nvim"; 12835 + rev = "31da847fa54b801f309a08123935626adda4aaad"; 12836 + sha256 = "0kqg29xld064fz1xly1kc7wcyck62q5hjkb5fc5vrj0zdnrdzz22"; 12837 + }; 12838 + meta.homepage = "https://github.com/jubnzv/virtual-types.nvim/"; 12839 + }; 12840 + 12805 12841 vis = buildVimPluginFrom2Nix { 12806 12842 pname = "vis"; 12807 12843 version = "2013-04-26"; ··· 13105 13141 13106 13142 catppuccin-nvim = buildVimPluginFrom2Nix { 13107 13143 pname = "catppuccin-nvim"; 13108 - version = "2022-10-10"; 13144 + version = "2022-10-11"; 13109 13145 src = fetchFromGitHub { 13110 13146 owner = "catppuccin"; 13111 13147 repo = "nvim"; 13112 - rev = "9991ede2bc5714abfdca7eaf5b20be429502ffe4"; 13113 - sha256 = "10w5q3v91swm538rczncvpzmph01rvpzvwv3zi5la6hbkz5qab8y"; 13148 + rev = "e4ff2a69844f02ef3ee88ca5c5766eb4c7cf0c0c"; 13149 + sha256 = "1xb161q8zmb52x1y8v6fvc5snlf47jxwnyams46xq2q2k8x4sjl6"; 13114 13150 }; 13115 13151 meta.homepage = "https://github.com/catppuccin/nvim/"; 13116 13152 }; ··· 13129 13165 13130 13166 chad = buildVimPluginFrom2Nix { 13131 13167 pname = "chad"; 13132 - version = "2022-10-10"; 13168 + version = "2022-10-11"; 13133 13169 src = fetchFromGitHub { 13134 13170 owner = "ms-jpq"; 13135 13171 repo = "chadtree"; 13136 - rev = "caab879af5f52cdfc673ebd2aff2fb099cf538e1"; 13137 - sha256 = "0rb89dlil2lv8cf7x2vsqfvh0ba7mr5rfwyzx8ln7h8bj56hnx5i"; 13172 + rev = "5375b996a54214d43065017ea06092929d670e9b"; 13173 + sha256 = "0dcqxaz2fa2dp1bpq6schdzr4mhm3nckcmaaa9bn213xxa9dv1in"; 13138 13174 }; 13139 13175 meta.homepage = "https://github.com/ms-jpq/chadtree/"; 13140 13176 };
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 628 628 dependencies = with self; [ plenary-nvim ]; 629 629 }); 630 630 631 + nvim-dap-python = super.nvim-dap-python.overrideAttrs (old: { 632 + dependencies = with self; [ nvim-dap ]; 633 + }); 634 + 631 635 nvim-lsputils = super.nvim-lsputils.overrideAttrs (old: { 632 636 dependencies = with self; [ popfix ]; 633 637 });
+3
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 283 283 https://github.com/eddyekofo94/gruvbox-flat.nvim/,, 284 284 https://github.com/sainnhe/gruvbox-material/,, 285 285 https://github.com/ellisonleao/gruvbox.nvim/,, 286 + https://github.com/nmac427/guess-indent.nvim/,HEAD, 286 287 https://github.com/sjl/gundo.vim/,, 287 288 https://github.com/junegunn/gv.vim/,, 288 289 https://git.sr.ht/~sircmpwn/hare.vim,HEAD, ··· 461 462 https://github.com/klen/nvim-config-local/,, 462 463 https://github.com/yamatsum/nvim-cursorline/,, 463 464 https://github.com/mfussenegger/nvim-dap/,, 465 + https://github.com/mfussenegger/nvim-dap-python/,HEAD, 464 466 https://github.com/rcarriga/nvim-dap-ui/,, 465 467 https://github.com/theHamsta/nvim-dap-virtual-text/,, 466 468 https://github.com/allendang/nvim-expand-expr/,, ··· 1074 1076 https://github.com/lervag/vimtex/,, 1075 1077 https://github.com/preservim/vimux/,, 1076 1078 https://github.com/vimwiki/vimwiki/,, 1079 + https://github.com/jubnzv/virtual-types.nvim/,HEAD, 1077 1080 https://github.com/vim-scripts/vis/,, 1078 1081 https://github.com/navicore/vissort.vim/,, 1079 1082 https://github.com/liuchengxu/vista.vim/,,