Merge pull request #248762 from usmcamp0811/vim-plugins

authored by figsoda and committed by GitHub bf8971d8 1e95ab3b

+282 -76
+261 -70
pkgs/applications/editors/vim/plugins/generated.nix
··· 967 967 968 968 base46 = buildVimPluginFrom2Nix { 969 969 pname = "base46"; 970 - version = "2023-07-29"; 970 + version = "2023-08-12"; 971 971 src = fetchFromGitHub { 972 972 owner = "nvchad"; 973 973 repo = "base46"; 974 - rev = "1a3faca5fdb6da541a28c37efdb60d99b34c15cc"; 975 - sha256 = "1yjhfd8cc8k449qxbf4c7mm5fgi3qblbh6775byrib73hbli7p2c"; 974 + rev = "e56d8b27addf13504ac112ecdb37acb5ac16065b"; 975 + sha256 = "0wzi5fkzdxx5xcbs20a9a52yb8b6v60gbd8j3n76bppss06h0lmg"; 976 976 }; 977 977 meta.homepage = "https://github.com/nvchad/base46/"; 978 978 }; ··· 1235 1235 src = fetchFromGitHub { 1236 1236 owner = "ms-jpq"; 1237 1237 repo = "chadtree"; 1238 - rev = "7dbc8b17c6d22a7511a8818636a8f7a428cf56f8"; 1239 - sha256 = "1vqw7g4kqjrcjfqzq4r995lh0yc466pa88d24ii38vwzmzp27z10"; 1238 + rev = "f897f9caaee339c8447280838c6d0c6770ef534a"; 1239 + sha256 = "1ckpch1i1d3lfmrm5mxw9dikrbsa2mhp5q3fwm7yrlx1mlvh1ahg"; 1240 1240 }; 1241 1241 meta.homepage = "https://github.com/ms-jpq/chadtree/"; 1242 1242 }; ··· 2033 2033 meta.homepage = "https://github.com/Exafunction/codeium.vim/"; 2034 2034 }; 2035 2035 2036 + codewindow-nvim = buildVimPluginFrom2Nix { 2037 + pname = "codewindow.nvim"; 2038 + version = "2023-07-23"; 2039 + src = fetchFromGitHub { 2040 + owner = "gorbit99"; 2041 + repo = "codewindow.nvim"; 2042 + rev = "11fb5520898d22a563fe6a124a61c0d2887f3d3f"; 2043 + sha256 = "1rnw5z3vwc183gvk3v3xciyzgqwfp0jsd5vckj5gpig1lg9l4yzf"; 2044 + }; 2045 + meta.homepage = "https://github.com/gorbit99/codewindow.nvim/"; 2046 + }; 2047 + 2036 2048 codi-vim = buildVimPluginFrom2Nix { 2037 2049 pname = "codi.vim"; 2038 2050 version = "2023-02-28"; ··· 2947 2959 meta.homepage = "https://github.com/direnv/direnv.vim/"; 2948 2960 }; 2949 2961 2962 + distant-nvim = buildVimPluginFrom2Nix { 2963 + pname = "distant.nvim"; 2964 + version = "2023-07-24"; 2965 + src = fetchFromGitHub { 2966 + owner = "chipsenkbeil"; 2967 + repo = "distant.nvim"; 2968 + rev = "17bcd37f8d91dcb987456be456d8a95db1a772ba"; 2969 + sha256 = "0z6if0p7n8bi5gd4p3h7i7z3kq8q2yr864nfq0bvzy9ps131z9wl"; 2970 + }; 2971 + meta.homepage = "https://github.com/chipsenkbeil/distant.nvim/"; 2972 + }; 2973 + 2950 2974 doki-theme-vim = buildVimPluginFrom2Nix { 2951 2975 pname = "doki-theme-vim"; 2952 2976 version = "2023-01-07"; ··· 3299 3323 3300 3324 firenvim = buildVimPluginFrom2Nix { 3301 3325 pname = "firenvim"; 3302 - version = "2023-08-07"; 3326 + version = "2023-08-12"; 3303 3327 src = fetchFromGitHub { 3304 3328 owner = "glacambre"; 3305 3329 repo = "firenvim"; 3306 - rev = "2a709e2bf9e2ff065e13619d21b5a672e51023f6"; 3307 - sha256 = "1bk5fdsv55cydbqli86xq9fw170qm46zi3m7l1jfz2hd1dlw4q1z"; 3330 + rev = "1acdf0270bdd9b83a876a15c99dca3c9b40fbaa5"; 3331 + sha256 = "0fi5rf408ii5k3zkjkvc2n8n18g1wd54c3k4a8ir0bzgsiwqv767"; 3308 3332 }; 3309 3333 meta.homepage = "https://github.com/glacambre/firenvim/"; 3310 3334 }; ··· 3418 3442 meta.homepage = "https://github.com/akinsho/flutter-tools.nvim/"; 3419 3443 }; 3420 3444 3445 + fold-preview-nvim = buildVimPluginFrom2Nix { 3446 + pname = "fold-preview.nvim"; 3447 + version = "2023-01-27"; 3448 + src = fetchFromGitHub { 3449 + owner = "anuvyklack"; 3450 + repo = "fold-preview.nvim"; 3451 + rev = "b7920cb0aba2b48a6b679bff45f98c3ebc0f0b89"; 3452 + sha256 = "1hjzwcs7cdyf8sn3hj4vl5zpn3lzd2qvsg44wzvlslnynqcxkg0l"; 3453 + }; 3454 + meta.homepage = "https://github.com/anuvyklack/fold-preview.nvim/"; 3455 + }; 3456 + 3421 3457 formatter-nvim = buildVimPluginFrom2Nix { 3422 3458 pname = "formatter.nvim"; 3423 3459 version = "2023-07-13"; ··· 3852 3888 3853 3889 grammar-guard-nvim = buildVimPluginFrom2Nix { 3854 3890 pname = "grammar-guard.nvim"; 3855 - version = "2022-01-03"; 3891 + version = "2023-08-12"; 3856 3892 src = fetchFromGitHub { 3857 3893 owner = "brymer-meneses"; 3858 3894 repo = "grammar-guard.nvim"; 3859 - rev = "ea163c4adfd68fdd40e095cdf39cb506bf3ce3b2"; 3860 - sha256 = "0wdbpkg1y0s7fhaybyj735dxdkvfgnng49i8k0zrsy16d75md4bs"; 3895 + rev = "265e5a0eba8cf5b14702a93841b218d4c05be43b"; 3896 + sha256 = "040m6gpvgqh1h9cysbbrmklbf5vw13ij4ffvxbnzs33xfbl8q058"; 3861 3897 }; 3862 3898 meta.homepage = "https://github.com/brymer-meneses/grammar-guard.nvim/"; 3863 3899 }; ··· 4150 4186 4151 4187 hotpot-nvim = buildVimPluginFrom2Nix { 4152 4188 pname = "hotpot.nvim"; 4153 - version = "2023-08-11"; 4189 + version = "2023-08-12"; 4154 4190 src = fetchFromGitHub { 4155 4191 owner = "rktjmp"; 4156 4192 repo = "hotpot.nvim"; 4157 - rev = "42cb3f364a7ac6c2dfca08c8b86f950b00097657"; 4158 - sha256 = "0y1049gmg6ia594ms00hx485d06cjmj9g65wgqnmziyjkssvbjan"; 4193 + rev = "e5bb83d608271a9d977718f30f1b6bc9bd1b0dbe"; 4194 + sha256 = "18nakf34apry57c4b3jprkc40ixg4p3a4nws7rh9i5dfi504blr7"; 4159 4195 }; 4160 4196 meta.homepage = "https://github.com/rktjmp/hotpot.nvim/"; 4161 4197 }; ··· 4246 4282 4247 4283 image-nvim = buildVimPluginFrom2Nix { 4248 4284 pname = "image.nvim"; 4249 - version = "2023-07-17"; 4285 + version = "2023-07-22"; 4250 4286 src = fetchFromGitHub { 4251 4287 owner = "3rd"; 4252 4288 repo = "image.nvim"; 4253 - rev = "24c312191ca6bc04e45610a7bcb984d3bf208820"; 4254 - sha256 = "1fy024nd01wryrasibc4b8divcfzx3a7xxfzx968l4a4l1q3l6vc"; 4289 + rev = "5d8b8b3acbe2ec6fcfe782cbda3a8ebdad9c1b51"; 4290 + sha256 = "0s7s803gg2b4wilfx973kf4c2gppsyr747wkwjlms3yjbx8iyb8k"; 4255 4291 }; 4256 4292 meta.homepage = "https://github.com/3rd/image.nvim/"; 4257 4293 }; ··· 4579 4615 sha256 = "13p3i0b8azkmhafyv8hc4hav1pmgqg52xzvk2a3gp3ppqqx9bwpc"; 4580 4616 }; 4581 4617 meta.homepage = "https://github.com/kmonad/kmonad-vim/"; 4618 + }; 4619 + 4620 + knap = buildVimPluginFrom2Nix { 4621 + pname = "knap"; 4622 + version = "2023-07-25"; 4623 + src = fetchFromGitHub { 4624 + owner = "frabjous"; 4625 + repo = "knap"; 4626 + rev = "503010f541696e99ed5c62f658620e546cebf8b0"; 4627 + sha256 = "1aqfy1c4h95p94npdvyd7dhkr19f4qbnmr05sg1wbvqd9lfkslym"; 4628 + }; 4629 + meta.homepage = "https://github.com/frabjous/knap/"; 4582 4630 }; 4583 4631 4584 4632 kommentary = buildVimPluginFrom2Nix { ··· 5265 5313 meta.homepage = "https://github.com/iamcco/markdown-preview.nvim/"; 5266 5314 }; 5267 5315 5316 + markid = buildVimPluginFrom2Nix { 5317 + pname = "markid"; 5318 + version = "2023-07-01"; 5319 + src = fetchFromGitHub { 5320 + owner = "David-Kunz"; 5321 + repo = "markid"; 5322 + rev = "46d03e1b7d82c07bbf06ef2f6595fea73ae6410b"; 5323 + sha256 = "1mk96p5if9zd3apv7d2kn4c3h2ik39v80apr0qf10h8lwx5zx19c"; 5324 + }; 5325 + meta.homepage = "https://github.com/David-Kunz/markid/"; 5326 + }; 5327 + 5268 5328 marks-nvim = buildVimPluginFrom2Nix { 5269 5329 pname = "marks.nvim"; 5270 5330 version = "2023-02-25"; ··· 5385 5445 meta.homepage = "https://github.com/savq/melange-nvim/"; 5386 5446 }; 5387 5447 5448 + mind-nvim = buildVimPluginFrom2Nix { 5449 + pname = "mind.nvim"; 5450 + version = "2023-03-22"; 5451 + src = fetchFromGitHub { 5452 + owner = "phaazon"; 5453 + repo = "mind.nvim"; 5454 + rev = "002137dd7cf97865ebd01b6a260209d2daf2da66"; 5455 + sha256 = "1p7gb8p1jrb2wx3x67lv7am3k1a14kvwsq89fdpb8b060s2l1214"; 5456 + }; 5457 + meta.homepage = "https://github.com/phaazon/mind.nvim/"; 5458 + }; 5459 + 5388 5460 mini-nvim = buildVimPluginFrom2Nix { 5389 5461 pname = "mini.nvim"; 5390 - version = "2023-08-08"; 5462 + version = "2023-08-12"; 5391 5463 src = fetchFromGitHub { 5392 5464 owner = "echasnovski"; 5393 5465 repo = "mini.nvim"; 5394 - rev = "1b52c4ce7880b95d6c80eeb3cfe8e2da27d19db4"; 5395 - sha256 = "02262ykxldwxhwf6aw0q9hsz3qda43qcj770hmr1fn6xmg4b6zyl"; 5466 + rev = "654c723046d8f06151c7e940819c66030df011e7"; 5467 + sha256 = "1glvdrws6q2ynmmnhhw88704lb1q5npqnl4vwls8yy3pvwwz78l8"; 5396 5468 }; 5397 5469 meta.homepage = "https://github.com/echasnovski/mini.nvim/"; 5398 5470 }; ··· 5503 5575 sha256 = "0djk5z1bs3w3ysvpq8yabb2g7n0vbamsj95pa4jgsnah3slmqrkm"; 5504 5576 }; 5505 5577 meta.homepage = "https://github.com/yegappan/mru/"; 5578 + }; 5579 + 5580 + nabla-nvim = buildVimPluginFrom2Nix { 5581 + pname = "nabla.nvim"; 5582 + version = "2023-04-22"; 5583 + src = fetchFromGitHub { 5584 + owner = "jbyuki"; 5585 + repo = "nabla.nvim"; 5586 + rev = "8c143ad2b3ab3b8ffbd51e238ccfcbd246452a7e"; 5587 + sha256 = "17iw6ca9b8mrw68f4zkghnf3if76yrpj5fn8cp8829zpm722l6b1"; 5588 + }; 5589 + meta.homepage = "https://github.com/jbyuki/nabla.nvim/"; 5506 5590 }; 5507 5591 5508 5592 ncm2 = buildVimPluginFrom2Nix { ··· 5735 5819 5736 5820 neco-vim = buildVimPluginFrom2Nix { 5737 5821 pname = "neco-vim"; 5738 - version = "2023-07-31"; 5822 + version = "2023-08-12"; 5739 5823 src = fetchFromGitHub { 5740 5824 owner = "Shougo"; 5741 5825 repo = "neco-vim"; 5742 - rev = "c1803742fed623212e675909ed74657cf6a77a2f"; 5743 - sha256 = "1w4gqdjiv624izl5j92sjrrc2p72k9vq6pq1gwkyvhhvvaqnxhzs"; 5826 + rev = "98f142bc8279d467e4e8ad81f1f007b1fe13d0a1"; 5827 + sha256 = "0a5v767ad746m4vhzj5lq11h7zxc78zz4mxs4dr0s5n9a3g6z9sl"; 5744 5828 }; 5745 5829 meta.homepage = "https://github.com/Shougo/neco-vim/"; 5746 5830 }; 5747 5831 5748 5832 neo-tree-nvim = buildVimPluginFrom2Nix { 5749 5833 pname = "neo-tree.nvim"; 5750 - version = "2023-08-07"; 5834 + version = "2023-08-12"; 5751 5835 src = fetchFromGitHub { 5752 5836 owner = "nvim-neo-tree"; 5753 5837 repo = "neo-tree.nvim"; 5754 - rev = "38293fe690981aba6cfef5e440f26d8b956d463e"; 5755 - sha256 = "1mr6wllc1nv6zdrw4hzya5hmhzw1vclfim6f90xhln3vkbyci88b"; 5838 + rev = "76c43f4017b26127b4749570f947385d0c872224"; 5839 + sha256 = "12qja6fw5pmpwn914gmgkk0ck55g61z9ndlqpadk1z8d3939rnbp"; 5756 5840 }; 5757 5841 meta.homepage = "https://github.com/nvim-neo-tree/neo-tree.nvim/"; 5758 5842 }; ··· 5795 5879 5796 5880 neodev-nvim = buildVimPluginFrom2Nix { 5797 5881 pname = "neodev.nvim"; 5798 - version = "2023-08-10"; 5882 + version = "2023-08-12"; 5799 5883 src = fetchFromGitHub { 5800 5884 owner = "folke"; 5801 5885 repo = "neodev.nvim"; 5802 - rev = "81a893eb94d502b2cbb08ed3871eeaadfd240131"; 5803 - sha256 = "1b3lhl2hr42vhh7nvjhm4isp034n80il4d5x6b415vcacc0187ag"; 5886 + rev = "9a5c0f0de5c15fba52d4fb83d425d3f4fa7abfa1"; 5887 + sha256 = "1yvshl98nlza20lzay9q3rwv16xcnbrvjiwqn0f71zxrs7hzzs66"; 5804 5888 }; 5805 5889 meta.homepage = "https://github.com/folke/neodev.nvim/"; 5806 5890 }; 5807 5891 5808 5892 neoformat = buildVimPluginFrom2Nix { 5809 5893 pname = "neoformat"; 5810 - version = "2023-08-03"; 5894 + version = "2023-08-12"; 5811 5895 src = fetchFromGitHub { 5812 5896 owner = "sbdchd"; 5813 5897 repo = "neoformat"; 5814 - rev = "08a621bd659511379e753970a4f3adebd45be8f4"; 5815 - sha256 = "04dbccd9nfqj2vv5iv7a9fdz2mdk8kvpyd5gqwjzwsy84v7qx89h"; 5898 + rev = "159e3e24fc018e16a937286488be17602aff8e3c"; 5899 + sha256 = "1fyg3s8sqavmg5gqvpfdrywbyx8rfg2qrkc7qlhgs767k6dnp1vw"; 5816 5900 }; 5817 5901 meta.homepage = "https://github.com/sbdchd/neoformat/"; 5818 5902 }; ··· 5831 5915 5832 5916 neogit = buildVimPluginFrom2Nix { 5833 5917 pname = "neogit"; 5834 - version = "2023-08-11"; 5918 + version = "2023-08-12"; 5835 5919 src = fetchFromGitHub { 5836 5920 owner = "NeogitOrg"; 5837 5921 repo = "neogit"; 5838 - rev = "e80cd6424a8a85d93bac25b8cd8d1758105f2b0f"; 5839 - sha256 = "1x5cp250qim36l63qgikqpygmsdcciq7i69gcs3qfx9jxfgih4fh"; 5922 + rev = "b92d229086f201b983f561a41f3eb18fef7f0e53"; 5923 + sha256 = "00xwhyiwcyrmbh9zmlbxsrw956vafnn673vdrg06rfx9mqkjzy2f"; 5840 5924 }; 5841 5925 meta.homepage = "https://github.com/NeogitOrg/neogit/"; 5842 5926 }; ··· 5887 5971 sha256 = "1rdgbx76kvlzg81cn653bqg9lj52gxnf15zla1kscw7wgh6hjvyh"; 5888 5972 }; 5889 5973 meta.homepage = "https://github.com/rafamadriz/neon/"; 5974 + }; 5975 + 5976 + neorepl-nvim = buildVimPluginFrom2Nix { 5977 + pname = "neorepl.nvim"; 5978 + version = "2022-11-07"; 5979 + src = fetchFromGitHub { 5980 + owner = "ii14"; 5981 + repo = "neorepl.nvim"; 5982 + rev = "bc819bb42edca9c4a6b6e5d00f09f94a49c3b735"; 5983 + sha256 = "05fd3ygqpw5vyqgwc7iwbm8a7y70fl438khp6lz62bcsdd28yirs"; 5984 + }; 5985 + meta.homepage = "https://github.com/ii14/neorepl.nvim/"; 5890 5986 }; 5891 5987 5892 5988 neorg = buildVimPluginFrom2Nix { ··· 6215 6311 6216 6312 nerdcommenter = buildVimPluginFrom2Nix { 6217 6313 pname = "nerdcommenter"; 6218 - version = "2023-06-26"; 6314 + version = "2023-08-12"; 6219 6315 src = fetchFromGitHub { 6220 6316 owner = "preservim"; 6221 6317 repo = "nerdcommenter"; 6222 - rev = "ab2ae4d502a26bc591db78a8548823ddd04bbc9c"; 6223 - sha256 = "1my8nkc1fvs1awlzxqdy8q4448niwbg9ay5jliwly8aiiaxp2qvr"; 6318 + rev = "d2e21d417f6c788b11ae3b90d7ac478930dead36"; 6319 + sha256 = "140xp1kqj76gyn440bs62ff85b4xvlvxiyidvb5r4w0imrlacnpc"; 6224 6320 }; 6225 6321 meta.homepage = "https://github.com/preservim/nerdcommenter/"; 6226 6322 }; ··· 6455 6551 6456 6552 null-ls-nvim = buildVimPluginFrom2Nix { 6457 6553 pname = "null-ls.nvim"; 6458 - version = "2023-07-06"; 6554 + version = "2023-08-12"; 6459 6555 src = fetchFromGitHub { 6460 6556 owner = "jose-elias-alvarez"; 6461 6557 repo = "null-ls.nvim"; 6462 - rev = "db09b6c691def0038c456551e4e2772186449f35"; 6463 - sha256 = "133qcapq5klinnbhvbqmww5ibwfrrqn9ysg5gjx1kg2vva7nv8p8"; 6558 + rev = "0010ea927ab7c09ef0ce9bf28c2b573fc302f5a7"; 6559 + sha256 = "00nkg77y9mp7ac46bdcaga36bbbrwbp7k1d6ajjgg9qf76pk8q3i"; 6464 6560 }; 6465 6561 meta.homepage = "https://github.com/jose-elias-alvarez/null-ls.nvim/"; 6466 6562 }; ··· 6599 6695 6600 6696 nvim-cmp = buildNeovimPlugin { 6601 6697 pname = "nvim-cmp"; 6602 - version = "2023-08-10"; 6698 + version = "2023-08-12"; 6603 6699 src = fetchFromGitHub { 6604 6700 owner = "hrsh7th"; 6605 6701 repo = "nvim-cmp"; 6606 - rev = "3b9f28061a67b19cadc13946de981426a6425e4a"; 6607 - sha256 = "11vxrizzkgk3x2hnd5cjdg53m5hjlf8548hi8aqfnfpr977d3v9s"; 6702 + rev = "51f1e11a89ec701221877532ee1a23557d291dd5"; 6703 + sha256 = "11v940v6md7sj1digh7kwckb80zbxxp3shlszi44c43iw9viznxi"; 6608 6704 }; 6609 6705 meta.homepage = "https://github.com/hrsh7th/nvim-cmp/"; 6610 6706 }; ··· 6815 6911 6816 6912 nvim-gdb = buildVimPluginFrom2Nix { 6817 6913 pname = "nvim-gdb"; 6818 - version = "2023-08-11"; 6914 + version = "2023-08-12"; 6819 6915 src = fetchFromGitHub { 6820 6916 owner = "sakhnik"; 6821 6917 repo = "nvim-gdb"; 6822 - rev = "a15b1a6a060d77e5a0047ac2962b90c0d47c9903"; 6823 - sha256 = "088n6ix7hz0k49ykwmpyxphw7mqs1dxdkl43ba0b9nnwbfr6ii1z"; 6918 + rev = "31511c2b27b7c69ab64e6b369d54cbd4b82348e2"; 6919 + sha256 = "1ff1b9wgi3711hyx0xr48g4wis0x5hhsrymclrpjiykyvmrjibc2"; 6824 6920 }; 6825 6921 meta.homepage = "https://github.com/sakhnik/nvim-gdb/"; 6826 6922 }; ··· 6907 7003 sha256 = "1sv9p5kn0v7m2r8zq6j43hvg2bavai3qhymxh7mc4bw9jfa621md"; 6908 7004 }; 6909 7005 meta.homepage = "https://github.com/gennaro-tedesco/nvim-jqx/"; 7006 + }; 7007 + 7008 + nvim-julia-autotest = buildVimPluginFrom2Nix { 7009 + pname = "nvim-julia-autotest"; 7010 + version = "2022-10-31"; 7011 + src = fetchgit { 7012 + url = "https://gitlab.com/usmcamp0811/nvim-julia-autotest"; 7013 + rev = "b74e2f9c961e604cb56cc23f87188348bfa0f33f"; 7014 + sha256 = "0jd6r5chh4rdj1jyrsqhb67glwqjcygzvk8gyp0v7axr2xn6r8r1"; 7015 + }; 7016 + meta.homepage = "https://gitlab.com/usmcamp0811/nvim-julia-autotest"; 6910 7017 }; 6911 7018 6912 7019 nvim-lastplace = buildVimPluginFrom2Nix { ··· 7203 7310 src = fetchFromGitHub { 7204 7311 owner = "dstein64"; 7205 7312 repo = "nvim-scrollview"; 7206 - rev = "f3991f78682fd24ad65d936d55715f4c7363016e"; 7207 - sha256 = "0csf3z48zl3zbj255sd0h823ggi4y2lg6gxy8qr4j0gwrphq1qsc"; 7313 + rev = "69edd48b8cf0b0502566a436967b78f42ca56a14"; 7314 + sha256 = "1s8vb06v6hcr71kv4jia2h1kjcd2wci7bcd1imhiqbkh5y5pxh2a"; 7208 7315 }; 7209 7316 meta.homepage = "https://github.com/dstein64/nvim-scrollview/"; 7210 7317 }; 7211 7318 7319 + nvim-search-and-replace = buildVimPluginFrom2Nix { 7320 + pname = "nvim-search-and-replace"; 7321 + version = "2022-09-06"; 7322 + src = fetchFromGitHub { 7323 + owner = "s1n7ax"; 7324 + repo = "nvim-search-and-replace"; 7325 + rev = "1b455cf945c42fa28f95d111d1a1110d24b37175"; 7326 + sha256 = "054qj69i45lgjflzrfck4jdmsl41mfvk9d092h68a19znsms1i30"; 7327 + }; 7328 + meta.homepage = "https://github.com/s1n7ax/nvim-search-and-replace/"; 7329 + }; 7330 + 7212 7331 nvim-snippy = buildVimPluginFrom2Nix { 7213 7332 pname = "nvim-snippy"; 7214 7333 version = "2023-05-15"; ··· 7319 7438 7320 7439 nvim-treesitter = buildVimPluginFrom2Nix { 7321 7440 pname = "nvim-treesitter"; 7322 - version = "2023-08-11"; 7441 + version = "2023-08-12"; 7323 7442 src = fetchFromGitHub { 7324 7443 owner = "nvim-treesitter"; 7325 7444 repo = "nvim-treesitter"; 7326 - rev = "fa414da96f4a2e60c2ac8082f0c1802b8f3c8f6c"; 7327 - sha256 = "027702lqkkn1pmwnypmwx1s8bz6lg6ix882g1rcwyrpn3lb85489"; 7445 + rev = "800b2f388b0f880be8a2fcd29494f7459af30a21"; 7446 + sha256 = "18zyqj9s071fx8i9m3rmwsy98rv6h2mcl2i8vblhaa55nv6f7y4j"; 7328 7447 }; 7329 7448 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; 7330 7449 }; ··· 7389 7508 meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/"; 7390 7509 }; 7391 7510 7511 + nvim-treesitter-textsubjects = buildVimPluginFrom2Nix { 7512 + pname = "nvim-treesitter-textsubjects"; 7513 + version = "2023-08-03"; 7514 + src = fetchFromGitHub { 7515 + owner = "RRethy"; 7516 + repo = "nvim-treesitter-textsubjects"; 7517 + rev = "df75fcec548014f158cda6498ac38c4622c221e1"; 7518 + sha256 = "0fx8b9w03zn6v8db2w6h29y8hpbjckvm27nh49vvsis3icqyk7iv"; 7519 + }; 7520 + meta.homepage = "https://github.com/RRethy/nvim-treesitter-textsubjects/"; 7521 + }; 7522 + 7392 7523 nvim-ts-autotag = buildVimPluginFrom2Nix { 7393 7524 pname = "nvim-ts-autotag"; 7394 7525 version = "2023-06-16"; ··· 7446 7577 sha256 = "0sq8fnbvys14b98w8qjdcypkw2mibv8hvz7b19l8f4hyd2nwl3l4"; 7447 7578 }; 7448 7579 meta.homepage = "https://github.com/kevinhwang91/nvim-ufo/"; 7580 + }; 7581 + 7582 + nvim-unception = buildVimPluginFrom2Nix { 7583 + pname = "nvim-unception"; 7584 + version = "2023-04-11"; 7585 + src = fetchFromGitHub { 7586 + owner = "samjwill"; 7587 + repo = "nvim-unception"; 7588 + rev = "0cbf11a6c5c4314e88245b69d460f85f30885d2e"; 7589 + sha256 = "12fy3nchbg7w8yyhk1ym5amx8kvvx73wmlqgi8ss2ikywc7n5d0c"; 7590 + }; 7591 + meta.homepage = "https://github.com/samjwill/nvim-unception/"; 7449 7592 }; 7450 7593 7451 7594 nvim-web-devicons = buildVimPluginFrom2Nix { ··· 7558 7701 7559 7702 oil-nvim = buildVimPluginFrom2Nix { 7560 7703 pname = "oil.nvim"; 7561 - version = "2023-08-09"; 7704 + version = "2023-08-12"; 7562 7705 src = fetchFromGitHub { 7563 7706 owner = "stevearc"; 7564 7707 repo = "oil.nvim"; 7565 - rev = "0e5fca35cdc743cf3a448cea1a6251cf25cebafa"; 7566 - sha256 = "16imjy6hyy9k1s6krkwl1z5vlra81a6fig2553hmwgndi7cjg3x8"; 7708 + rev = "0ccf95ae5d0ea731de8d427304f95d384a0664c4"; 7709 + sha256 = "0md4ih34kcfs15vf9g1acnnyzpcja214zdzr8yxzis9idqyh3liz"; 7567 7710 fetchSubmodules = true; 7568 7711 }; 7569 7712 meta.homepage = "https://github.com/stevearc/oil.nvim/"; ··· 7882 8025 meta.homepage = "https://github.com/motus/pig.vim/"; 7883 8026 }; 7884 8027 8028 + plantuml-previewer-vim = buildVimPluginFrom2Nix { 8029 + pname = "plantuml-previewer.vim"; 8030 + version = "2023-03-07"; 8031 + src = fetchFromGitHub { 8032 + owner = "weirongxu"; 8033 + repo = "plantuml-previewer.vim"; 8034 + rev = "1dd4d0f2b09cd80a217f76d82f93830dbbe689b3"; 8035 + sha256 = "0pvdiyyqd9j65q9wf3y6jxgry4lxvnbd2ah1761a4vbn02zdrr2v"; 8036 + }; 8037 + meta.homepage = "https://github.com/weirongxu/plantuml-previewer.vim/"; 8038 + }; 8039 + 7885 8040 plantuml-syntax = buildVimPluginFrom2Nix { 7886 8041 pname = "plantuml-syntax"; 7887 8042 version = "2022-08-26"; ··· 8001 8156 sha256 = "1l9s6linmjy7wlxsp4gipffnxakwvi1037phcnsr294c920d4dz5"; 8002 8157 }; 8003 8158 meta.homepage = "https://github.com/ewilazarus/preto/"; 8159 + }; 8160 + 8161 + pretty-fold-nvim = buildVimPluginFrom2Nix { 8162 + pname = "pretty-fold.nvim"; 8163 + version = "2022-07-20"; 8164 + src = fetchFromGitHub { 8165 + owner = "anuvyklack"; 8166 + repo = "pretty-fold.nvim"; 8167 + rev = "a7d8b424abe0eedf50116c460fbe6dfd5783b1d5"; 8168 + sha256 = "0fjjd5zyh588czz886v29wff8jy5fwa4nbjfailwph4p9b1xj0rx"; 8169 + }; 8170 + meta.homepage = "https://github.com/anuvyklack/pretty-fold.nvim/"; 8004 8171 }; 8005 8172 8006 8173 prev_indent = buildVimPluginFrom2Nix { ··· 9306 9473 9307 9474 telescope-file-browser-nvim = buildVimPluginFrom2Nix { 9308 9475 pname = "telescope-file-browser.nvim"; 9309 - version = "2023-07-30"; 9476 + version = "2023-08-12"; 9310 9477 src = fetchFromGitHub { 9311 9478 owner = "nvim-telescope"; 9312 9479 repo = "telescope-file-browser.nvim"; 9313 - rev = "6fe423eea6604c2fcbb906ff5f7e27f748a6ed87"; 9314 - sha256 = "1hckw1jq0azx33sqawganlk256a88vzifa3f4x0h1q4579j38n1x"; 9480 + rev = "0e054a9dd786280a4226c50e85e447992f6b3ff0"; 9481 + sha256 = "1a4q9dfmb5dbsznbpnd3iaqnysa1y29jnpy6kqhk22iwqgj8hwnz"; 9315 9482 }; 9316 9483 meta.homepage = "https://github.com/nvim-telescope/telescope-file-browser.nvim/"; 9317 9484 }; 9318 9485 9319 9486 telescope-frecency-nvim = buildVimPluginFrom2Nix { 9320 9487 pname = "telescope-frecency.nvim"; 9321 - version = "2023-08-11"; 9488 + version = "2023-08-12"; 9322 9489 src = fetchFromGitHub { 9323 9490 owner = "nvim-telescope"; 9324 9491 repo = "telescope-frecency.nvim"; 9325 - rev = "9b17c177447915f066cf78952892fe771c3e43c5"; 9326 - sha256 = "0c9f7ahlhvky1n9wkc4vfkbiqnwf5d6b4mphcj7grrpm1imxfj8d"; 9492 + rev = "2ac311a2666edb447db5139b326777c44adc1e2a"; 9493 + sha256 = "1p8wi76mpr6gsyksbf7xcd6b4888csrrgj1g6hif9yb3d6r7fzm6"; 9327 9494 }; 9328 9495 meta.homepage = "https://github.com/nvim-telescope/telescope-frecency.nvim/"; 9329 9496 }; ··· 9957 10124 9958 10125 typescript-nvim = buildVimPluginFrom2Nix { 9959 10126 pname = "typescript.nvim"; 9960 - version = "2023-06-28"; 10127 + version = "2023-08-12"; 9961 10128 src = fetchFromGitHub { 9962 10129 owner = "jose-elias-alvarez"; 9963 10130 repo = "typescript.nvim"; 9964 - rev = "de304087e6e49981fde01af8ccc5b21e8519306f"; 9965 - sha256 = "0l3i9fj76y3yl63fh6hprs5fja0h0jl11lidv3p76bdr041gw06g"; 10131 + rev = "4de85ef699d7e6010528dcfbddc2ed4c2c421467"; 10132 + sha256 = "0rx29i3hmzh2knxx098fvfc0iafx3j08bs1zbv4dxadq56dnhaxm"; 9966 10133 }; 9967 10134 meta.homepage = "https://github.com/jose-elias-alvarez/typescript.nvim/"; 9968 10135 }; ··· 11887 12054 meta.homepage = "https://github.com/rhysd/vim-grammarous/"; 11888 12055 }; 11889 12056 12057 + vim-graphical-preview = buildVimPluginFrom2Nix { 12058 + pname = "vim-graphical-preview"; 12059 + version = "2022-11-28"; 12060 + src = fetchFromGitHub { 12061 + owner = "bytesnake"; 12062 + repo = "vim-graphical-preview"; 12063 + rev = "d5692493d33d5c9d776e94c9d77493741a3293c8"; 12064 + sha256 = "1w7w46359s9s8n2ndihd39bwv69jc4nwjsjy3bgzgrd2qni9xf6p"; 12065 + }; 12066 + meta.homepage = "https://github.com/bytesnake/vim-graphical-preview/"; 12067 + }; 12068 + 11890 12069 vim-graphql = buildVimPluginFrom2Nix { 11891 12070 pname = "vim-graphql"; 11892 12071 version = "2023-01-16"; ··· 13368 13547 13369 13548 vim-pasta = buildVimPluginFrom2Nix { 13370 13549 pname = "vim-pasta"; 13371 - version = "2018-09-08"; 13550 + version = "2023-08-12"; 13372 13551 src = fetchFromGitHub { 13373 13552 owner = "ku1ik"; 13374 13553 repo = "vim-pasta"; 13375 - rev = "cb4501a123d74fc7d66ac9f10b80c9d393746c66"; 13376 - sha256 = "14rswwx24i75xzgkbx1hywan1msn2ki26353ly2pyvznnqss1pwq"; 13554 + rev = "2b786703eef9f82ae7a56f3de4ee43e1e5efaaa5"; 13555 + sha256 = "1q4d512rq57awasb441slqp29mkzi3jxmy8clrp2s9ydwdbndwlx"; 13377 13556 }; 13378 13557 meta.homepage = "https://github.com/ku1ik/vim-pasta/"; 13379 13558 }; ··· 15458 15637 15459 15638 yats-vim = buildVimPluginFrom2Nix { 15460 15639 pname = "yats.vim"; 15461 - version = "2023-08-04"; 15640 + version = "2023-08-12"; 15462 15641 src = fetchFromGitHub { 15463 15642 owner = "HerringtonDarkholme"; 15464 15643 repo = "yats.vim"; 15465 - rev = "6d569339acf5866c468df9c2a06e050c0407ada3"; 15466 - sha256 = "1zz38g545ar0jis3i8dasfdifnnd0l40q6pclwphwspx6idlzajd"; 15644 + rev = "8878bdd7fc01eec647267d4433a763474b6a5db4"; 15645 + sha256 = "0070r63v9kjl3cx9w8xsilyww9nwyharc6l274y7mg4bfhddpbr3"; 15467 15646 fetchSubmodules = true; 15468 15647 }; 15469 15648 meta.homepage = "https://github.com/HerringtonDarkholme/yats.vim/"; ··· 15755 15934 sha256 = "19gndx91dj3c76zbidlk4gjgjw0qkpv4x0ws6f1fsga9b9gplf3g"; 15756 15935 }; 15757 15936 meta.homepage = "https://github.com/rose-pine/neovim/"; 15937 + }; 15938 + 15939 + samodostal-image-nvim = buildVimPluginFrom2Nix { 15940 + pname = "samodostal-image-nvim"; 15941 + version = "2023-06-08"; 15942 + src = fetchFromGitHub { 15943 + owner = "samodostal"; 15944 + repo = "image.nvim"; 15945 + rev = "dcabdf47b0b974b61d08eeafa2c519927e37cf27"; 15946 + sha256 = "1c0s460nzw1imvvzj6b9hsalv60jmcyrfga5gldbskz58hyj739m"; 15947 + }; 15948 + meta.homepage = "https://github.com/samodostal/image.nvim/"; 15758 15949 }; 15759 15950 15760 15951 tinykeymap = buildVimPluginFrom2Nix {
+6 -6
pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix
··· 1929 1929 }; 1930 1930 teal = buildGrammar { 1931 1931 language = "teal"; 1932 - version = "0.0.0+rev=2158ecc"; 1932 + version = "0.0.0+rev=33482c9"; 1933 1933 src = fetchFromGitHub { 1934 1934 owner = "euclidianAce"; 1935 1935 repo = "tree-sitter-teal"; 1936 - rev = "2158ecce11ea542f9b791baf2c7fb33798174ed2"; 1937 - hash = "sha256-Vofqs1AW5/a7kdPjY8+fu/t/mfBpaXiFFeG1Y0hsP6E="; 1936 + rev = "33482c92a0dfa694491d34e167a1d2f52b0dccb1"; 1937 + hash = "sha256-6T9hn+Tvz8AYMsAu2J8vt6WkRQRrdGwGJcw3c85W14I="; 1938 1938 }; 1939 1939 generate = true; 1940 1940 meta.homepage = "https://github.com/euclidianAce/tree-sitter-teal"; ··· 2187 2187 }; 2188 2188 wing = buildGrammar { 2189 2189 language = "wing"; 2190 - version = "0.0.0+rev=f416d4b"; 2190 + version = "0.0.0+rev=9399564"; 2191 2191 src = fetchFromGitHub { 2192 2192 owner = "winglang"; 2193 2193 repo = "wing"; 2194 - rev = "f416d4b76141d803ea2ebadf0629fca164133723"; 2195 - hash = "sha256-xSt6C64PmNJOqZxon4TWbAIlMzSaRClPc47wi9Sxdpk="; 2194 + rev = "9399564d1e32864c6af2d49c0dcd1f76d54443f2"; 2195 + hash = "sha256-Me+AhVl0a38w54vWa4yvxOPHMwVnJw1wewrn0bBC9AM="; 2196 2196 }; 2197 2197 location = "libs/tree-sitter-wing"; 2198 2198 generate = true;
+15
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 169 169 https://github.com/neoclide/coc.nvim/,release, 170 170 https://github.com/manicmaniac/coconut.vim/,HEAD, 171 171 https://github.com/Exafunction/codeium.vim/,HEAD, 172 + https://github.com/gorbit99/codewindow.nvim/,HEAD, 172 173 https://github.com/metakirby5/codi.vim/,, 173 174 https://github.com/tjdevries/colorbuddy.nvim/,, 174 175 https://github.com/lilydjwg/colorizer/,, ··· 245 246 https://github.com/sindrets/diffview.nvim/,, 246 247 https://github.com/elihunter173/dirbuf.nvim/,HEAD, 247 248 https://github.com/direnv/direnv.vim/,, 249 + https://github.com/chipsenkbeil/distant.nvim/,HEAD, 248 250 https://github.com/doki-theme/doki-theme-vim/,, 249 251 https://github.com/Mofiqul/dracula.nvim/,HEAD, 250 252 https://github.com/stevearc/dressing.nvim/,, ··· 285 287 https://github.com/fhill2/floating.nvim/,, 286 288 https://github.com/floobits/floobits-neovim/,, 287 289 https://github.com/akinsho/flutter-tools.nvim/,HEAD, 290 + https://github.com/anuvyklack/fold-preview.nvim/,HEAD, 288 291 https://github.com/mhartington/formatter.nvim/,, 289 292 https://github.com/megaannum/forms/,, 290 293 https://github.com/rafamadriz/friendly-snippets/,, ··· 356 359 https://github.com/idris-hackers/idris-vim/,, 357 360 https://github.com/edwinb/idris2-vim/,, 358 361 https://github.com/3rd/image.nvim/,HEAD, 362 + https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim 359 363 https://github.com/lewis6991/impatient.nvim/,, 360 364 https://github.com/smjonas/inc-rename.nvim/,HEAD, 361 365 https://github.com/nishigori/increment-activator/,, ··· 383 387 https://github.com/rebelot/kanagawa.nvim/,, 384 388 https://github.com/anuvyklack/keymap-layer.nvim/,HEAD, 385 389 https://github.com/kmonad/kmonad-vim/,, 390 + https://github.com/frabjous/knap/,HEAD, 386 391 https://github.com/b3nj5m1n/kommentary/,, 387 392 https://github.com/udalov/kotlin-vim/,, 388 393 https://github.com/qnighy/lalrpop.vim/,, ··· 440 445 https://github.com/WhiteBlackGoose/magma-nvim-goose/,HEAD, 441 446 https://github.com/winston0410/mark-radar.nvim/,HEAD, 442 447 https://github.com/iamcco/markdown-preview.nvim/,, 448 + https://github.com/David-Kunz/markid/,HEAD, 443 449 https://github.com/chentoast/marks.nvim/,, 444 450 https://github.com/williamboman/mason-lspconfig.nvim/,HEAD, 445 451 https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD, ··· 450 456 https://github.com/vim-scripts/mayansmoke/,, 451 457 https://github.com/chikamichi/mediawiki.vim/,HEAD, 452 458 https://github.com/savq/melange-nvim/,, 459 + https://github.com/phaazon/mind.nvim/,HEAD, 453 460 https://github.com/echasnovski/mini.nvim/,, 454 461 https://github.com/wfxr/minimap.vim/,, 455 462 https://github.com/jghauser/mkdir.nvim/,main, ··· 461 468 https://github.com/shaunsingh/moonlight.nvim/,,pure-lua 462 469 https://github.com/leafo/moonscript-vim/,HEAD, 463 470 https://github.com/yegappan/mru/,, 471 + https://github.com/jbyuki/nabla.nvim/,HEAD, 464 472 https://github.com/ncm2/ncm2/,, 465 473 https://github.com/ncm2/ncm2-bufword/,, 466 474 https://github.com/ncm2/ncm2-cssomni/,, ··· 493 501 https://github.com/neomake/neomake/,, 494 502 https://github.com/Shougo/neomru.vim/,, 495 503 https://github.com/rafamadriz/neon/,, 504 + https://github.com/ii14/neorepl.nvim/,HEAD, 496 505 https://github.com/nvim-neorg/neorg/,, 497 506 https://github.com/nvim-neorg/neorg-telescope/,HEAD, 498 507 https://github.com/karb94/neoscroll.nvim/,, ··· 580 589 https://github.com/neovimhaskell/nvim-hs.vim/,, 581 590 https://github.com/mfussenegger/nvim-jdtls/,, 582 591 https://github.com/gennaro-tedesco/nvim-jqx/,, 592 + https://gitlab.com/usmcamp0811/nvim-julia-autotest,HEAD, 583 593 https://github.com/ethanholz/nvim-lastplace/,HEAD, 584 594 https://github.com/kosayoda/nvim-lightbulb/,, 585 595 https://github.com/josa42/nvim-lightline-lsp/,, ··· 605 615 https://github.com/olrtg/nvim-rename-state/,HEAD, 606 616 https://github.com/petertriho/nvim-scrollbar/,HEAD, 607 617 https://github.com/dstein64/nvim-scrollview/,, 618 + https://github.com/s1n7ax/nvim-search-and-replace/,HEAD, 608 619 https://github.com/dcampos/nvim-snippy/,HEAD, 609 620 https://github.com/ishan9299/nvim-solarized-lua/,, 610 621 https://github.com/nvim-pack/nvim-spectre/,, ··· 620 631 https://github.com/eddiebergman/nvim-treesitter-pyfold/,, 621 632 https://github.com/nvim-treesitter/nvim-treesitter-refactor/,, 622 633 https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,, 634 + https://github.com/RRethy/nvim-treesitter-textsubjects/,HEAD, 623 635 https://github.com/windwp/nvim-ts-autotag/,, 624 636 https://github.com/joosepalviste/nvim-ts-context-commentstring/,, 625 637 https://github.com/mrjones2014/nvim-ts-rainbow/,, 626 638 https://gitlab.com/HiPhish/nvim-ts-rainbow2,HEAD, 627 639 https://github.com/kevinhwang91/nvim-ufo/,HEAD, 640 + https://github.com/samjwill/nvim-unception/,HEAD, 628 641 https://github.com/kyazdani42/nvim-web-devicons/,, 629 642 https://github.com/AckslD/nvim-whichkey-setup.lua/,, 630 643 https://github.com/roxma/nvim-yarp/,, ··· 661 674 https://github.com/pest-parser/pest.vim/,HEAD, 662 675 https://github.com/lifepillar/pgsql.vim/,, 663 676 https://github.com/motus/pig.vim/,, 677 + https://github.com/weirongxu/plantuml-previewer.vim/,HEAD, 664 678 https://github.com/aklt/plantuml-syntax/,, 665 679 https://github.com/nvim-treesitter/playground/,, 666 680 https://github.com/nvim-lua/plenary.nvim/,, ··· 671 685 https://github.com/andweeb/presence.nvim/,, 672 686 https://github.com/sotte/presenting.vim/,, 673 687 https://github.com/ewilazarus/preto/,HEAD, 688 + https://github.com/anuvyklack/pretty-fold.nvim/,HEAD, 674 689 https://github.com/vim-scripts/prev_indent/,, 675 690 https://github.com/ahmedkhalf/project.nvim/,, 676 691 https://github.com/kevinhwang91/promise-async/,HEAD,