Merge pull request #321039 from GaetanLepage/vim-plugins-update

vimPlugins: update on 2024-06-19
This commit is contained in:
Matthieu Coudron 2024-06-19 21:06:39 +02:00 committed by GitHub
commit 9de6cd5538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 499 additions and 501 deletions

View File

@ -12,7 +12,7 @@
"new": "vim-fern"
},
"gina-vim": {
"date": "2024-06-11",
"date": "2024-06-19",
"new": "vim-gina"
},
"gist-vim": {
@ -60,7 +60,7 @@
"new": "vim-suda"
},
"vim-fsharp": {
"date": "2024-06-11",
"date": "2024-06-19",
"new": "zarchive-vim-fsharp"
},
"vim-jade": {

File diff suppressed because it is too large Load Diff

View File

@ -303,12 +303,12 @@
};
corn = buildGrammar {
language = "corn";
version = "0.0.0+rev=604d73c";
version = "0.0.0+rev=4646547";
src = fetchFromGitHub {
owner = "jakestanger";
repo = "tree-sitter-corn";
rev = "604d73c38d4c28ca68e9e441ffd405d68cb63051";
hash = "sha256-ewpLp+se6XTY8aRoz247YlouS1p/kaS7CqVFu412C+Q=";
rev = "464654742cbfd3a3de560aba120998f1d5dfa844";
hash = "sha256-fI7S+TkI2ofQ/Hal4CJ2HAaeQrjOju1rgJvyc6P3t9k=";
};
meta.homepage = "https://github.com/jakestanger/tree-sitter-corn";
};
@ -325,12 +325,12 @@
};
cpp = buildGrammar {
language = "cpp";
version = "0.0.0+rev=9d412ba";
version = "0.0.0+rev=7ce8946";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-cpp";
rev = "9d412ba7e597fe158f209da33e60f31b1f0df967";
hash = "sha256-mMHNRKhfhI+OXmNOf1nlVr7JWmJ8BJMOJdaXqv3pk9w=";
rev = "7ce8946cae4bb25adebe5b50394f702beb007026";
hash = "sha256-haU0fXNwYh3YaP8VMY1krRHxrGvNkDV4hMcxp5z9TVA=";
};
meta.homepage = "https://github.com/tree-sitter/tree-sitter-cpp";
};
@ -447,12 +447,12 @@
};
djot = buildGrammar {
language = "djot";
version = "0.0.0+rev=ea851b9";
version = "0.0.0+rev=87bf828";
src = fetchFromGitHub {
owner = "treeman";
repo = "tree-sitter-djot";
rev = "ea851b9cf1a71e475f4e2ac4dc03609a1b9ca56d";
hash = "sha256-6vekPB1IufGuMhX+n2Ve9EMXqZdX6FlBuI/lh/8/msw=";
rev = "87bf82874c86dcf563f5521069d603ed50e5f0cc";
hash = "sha256-abAEVbS9hqc1uHx6NxXRBA2SLrCL3gBBPLgAK9Tz3G4=";
};
meta.homepage = "https://github.com/treeman/tree-sitter-djot";
};
@ -503,12 +503,12 @@
};
earthfile = buildGrammar {
language = "earthfile";
version = "0.0.0+rev=b267228";
version = "0.0.0+rev=b5bdcb5";
src = fetchFromGitHub {
owner = "glehmann";
repo = "tree-sitter-earthfile";
rev = "b2672286174c078eb80cdffc61375d0364e7fafb";
hash = "sha256-Vyme1ghs61lyitnwukccXbzAOeuiPbS1vvrvT9y1rbs=";
rev = "b5bdcb5813ce0e582fbd8e03eb42c80d3cc8984e";
hash = "sha256-fhHu8kniYOLhrlHLgfP1NHtBxURrM7GNn51zmPNcTIU=";
};
meta.homepage = "https://github.com/glehmann/tree-sitter-earthfile";
};
@ -1032,12 +1032,12 @@
};
hcl = buildGrammar {
language = "hcl";
version = "0.0.0+rev=e936d3f";
version = "0.0.0+rev=422cbe1";
src = fetchFromGitHub {
owner = "MichaHoffmann";
repo = "tree-sitter-hcl";
rev = "e936d3fef8bac884661472dce71ad82284761eb1";
hash = "sha256-lcvs4auZrMb1f9ocrAnLVxX8JnvrPT18LsJBqoNG9Oo=";
rev = "422cbe1d93a8ae3847744b664041fc76876babcd";
hash = "sha256-PrA/F8IIJDzr2HjX9NToApzbM7nO+NesMcKhOQyOyNU=";
};
meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-hcl";
};
@ -1165,12 +1165,12 @@
};
hyprlang = buildGrammar {
language = "hyprlang";
version = "0.0.0+rev=e5da7d0";
version = "0.0.0+rev=c9012d6";
src = fetchFromGitHub {
owner = "luckasRanarison";
repo = "tree-sitter-hyprlang";
rev = "e5da7d0aa44403153e0394d87d9edea4e5bd6609";
hash = "sha256-jKp880I0XkApB3aFINAPfwn1txuMwalh4NrLUHan3H4=";
rev = "c9012d6dcaaa939f17c21e1fdb17b013d139e6b9";
hash = "sha256-yI/3DVX2SgvU+mP1KVe7OA8OtqXbaZG9/mTUQjUHCgk=";
};
meta.homepage = "https://github.com/luckasRanarison/tree-sitter-hyprlang";
};
@ -1220,12 +1220,12 @@
};
janet_simple = buildGrammar {
language = "janet_simple";
version = "0.0.0+rev=6bfbaad";
version = "0.0.0+rev=2a05cab";
src = fetchFromGitHub {
owner = "sogaiu";
repo = "tree-sitter-janet-simple";
rev = "6bfbaadac2ba0da21087041eff85d26129c4c920";
hash = "sha256-O06k8ruDFf16VVNb44Sz0maRQkrpFgsePzKjPUNteX8=";
rev = "2a05cab838dfec52daa76f10920917d2e69a85bc";
hash = "sha256-NOnm40FSzTX6Pf4NchH0hYcTwyxX/usEVKxz8KsIlk4=";
};
meta.homepage = "https://github.com/sogaiu/tree-sitter-janet-simple";
};
@ -1452,12 +1452,12 @@
};
liquid = buildGrammar {
language = "liquid";
version = "0.0.0+rev=2933698";
version = "0.0.0+rev=0419ac4";
src = fetchFromGitHub {
owner = "hankthetank27";
repo = "tree-sitter-liquid";
rev = "293369818da219d97327908aab33707b04b63fd9";
hash = "sha256-RmpVKvQfk4IQuE3KOTL3nbBS7LSpBlvMpl5JDAAKb5Q=";
rev = "0419ac4868585320eee8615c90b864a1b04ef433";
hash = "sha256-1FPDsQSPM86NvMrmxIOVnIC65bUOFtKEwRuAtMDbw6M=";
};
meta.homepage = "https://github.com/hankthetank27/tree-sitter-liquid";
};
@ -2099,12 +2099,12 @@
};
qmljs = buildGrammar {
language = "qmljs";
version = "0.0.0+rev=2c57cac";
version = "0.0.0+rev=febf48a";
src = fetchFromGitHub {
owner = "yuja";
repo = "tree-sitter-qmljs";
rev = "2c57cac27e207425f8df15327884434cb12365a3";
hash = "sha256-LFOujMN9HMtDqjq2ZOP0oxydQHFS0wvL6ORBqruGXeM=";
rev = "febf48a5b6928600cd8fb2a01254743af550780d";
hash = "sha256-bRb5h6gBBxbzhxpCxJK8CsQ5BCtPTuKtuZesE/+mDY0=";
};
meta.homepage = "https://github.com/yuja/tree-sitter-qmljs";
};
@ -2165,12 +2165,12 @@
};
rbs = buildGrammar {
language = "rbs";
version = "0.0.0+rev=e5e807a";
version = "0.0.0+rev=88d8ed4";
src = fetchFromGitHub {
owner = "joker1007";
repo = "tree-sitter-rbs";
rev = "e5e807a50fcd104a2d740d354632fc671700a0bf";
hash = "sha256-xEh1oHrLPjLT5LSJfOBFgi0nholVr8EFVGlEMPNIxSI=";
rev = "88d8ed487b5449ddda2fc0c4fe23b71cba29ca24";
hash = "sha256-z7Ls0SXh18bRMX+FpVIzaeeuItyeCTOnGgQ3tDyrtSU=";
};
meta.homepage = "https://github.com/joker1007/tree-sitter-rbs";
};
@ -2209,12 +2209,12 @@
};
rego = buildGrammar {
language = "rego";
version = "0.0.0+rev=23b1da8";
version = "0.0.0+rev=20b5a59";
src = fetchFromGitHub {
owner = "FallenAngel97";
repo = "tree-sitter-rego";
rev = "23b1da8de9766d766c4f01531e8be14b5c00c493";
hash = "sha256-h0z060AFhbQJDyJen3yAjMDxi5nY/QX/KPus2y8oFY0=";
rev = "20b5a5958c837bc9f74b231022a68a594a313f6d";
hash = "sha256-XwlVsOlxYzB0x+T05iuIp7nFAoQkMByKiHXZ0t5QsjI=";
};
meta.homepage = "https://github.com/FallenAngel97/tree-sitter-rego";
};
@ -2253,14 +2253,14 @@
};
roc = buildGrammar {
language = "roc";
version = "0.0.0+rev=7df2c08";
version = "0.0.0+rev=df46a85";
src = fetchFromGitHub {
owner = "nat-418";
owner = "faldor20";
repo = "tree-sitter-roc";
rev = "7df2c0892e62efb81a7504d9799d4e0d0443d241";
hash = "sha256-8HJH63NcSuqmPviVWO+UE27ydoU7vRXEIXSTjKLSYvk=";
rev = "df46a85abda9f948d38f5d4e3684cec49c42fef2";
hash = "sha256-4E9ZnMizo+1wnnkYSPNKMkTTyDKRJT+JqtUWoJH45aA=";
};
meta.homepage = "https://github.com/nat-418/tree-sitter-roc";
meta.homepage = "https://github.com/faldor20/tree-sitter-roc";
};
ron = buildGrammar {
language = "ron";
@ -2397,23 +2397,23 @@
};
snakemake = buildGrammar {
language = "snakemake";
version = "0.0.0+rev=ba1b386";
version = "0.0.0+rev=5a7b140";
src = fetchFromGitHub {
owner = "osthomas";
repo = "tree-sitter-snakemake";
rev = "ba1b3868eaa960b945593404af9a7c2f296d3643";
hash = "sha256-7xYevZTRZwhotT2rBigrRT4w5j4TVgyB416a2XWTL+I=";
rev = "5a7b14074bca95b25935e865ca8f1efad32317e4";
hash = "sha256-mYqftgJOnlWgQZrXaNtFXvjRQgC14PXYyruTVw5J8Zg=";
};
meta.homepage = "https://github.com/osthomas/tree-sitter-snakemake";
};
solidity = buildGrammar {
language = "solidity";
version = "0.0.0+rev=1c94fe3";
version = "0.0.0+rev=ee5a2d2";
src = fetchFromGitHub {
owner = "JoranHonig";
repo = "tree-sitter-solidity";
rev = "1c94fe3d5351dfcff3551ec1f49614cbf758e444";
hash = "sha256-8UWFIqvd2L0BpVBF/7XLcOyGq5xDd2kJbzfzMpzEZbU=";
rev = "ee5a2d2ba30b487c4bbf613d2ef310a454c09c7c";
hash = "sha256-q9SFHnxBUDet65WuxxYFS3N8xDHuQz7K2LWED7uSaWA=";
};
meta.homepage = "https://github.com/JoranHonig/tree-sitter-solidity";
};
@ -2553,23 +2553,23 @@
};
svelte = buildGrammar {
language = "svelte";
version = "0.0.0+rev=2c97326";
version = "0.0.0+rev=7218cf6";
src = fetchFromGitHub {
owner = "tree-sitter-grammars";
repo = "tree-sitter-svelte";
rev = "2c97326cd96b7c3016c3d249e8dc244c89b4abeb";
hash = "sha256-rlfLelXjNLtQ2/UACwxB3QO5l+QYFLsfGnBaxTAtgTE=";
rev = "7218cf622b057ae9c530e1f0a7a3ce49806ca55e";
hash = "sha256-mS4KxJXXb/EzQB5H+Pj+/SEbCTerGFjKiJah8oAGA8c=";
};
meta.homepage = "https://github.com/tree-sitter-grammars/tree-sitter-svelte";
};
swift = buildGrammar {
language = "swift";
version = "0.0.0+rev=13ffaec";
version = "0.0.0+rev=d657f98";
src = fetchFromGitHub {
owner = "alex-pinkus";
repo = "tree-sitter-swift";
rev = "13ffaec4068facfff608e3afbdb7a581c185f6a6";
hash = "sha256-Y1QioBOgrziHsBkbSVt/N1FnjDxYKZK4WulMQcqyrEU=";
rev = "d657f98dd6bbc34cb48438c9e5956f15a6d89f1d";
hash = "sha256-KE+qjTP3UWKvcLJPYIJmEGeKBWAdpCzgW4/vIccueng=";
};
generate = true;
meta.homepage = "https://github.com/alex-pinkus/tree-sitter-swift";
@ -2665,12 +2665,12 @@
};
terraform = buildGrammar {
language = "terraform";
version = "0.0.0+rev=e936d3f";
version = "0.0.0+rev=422cbe1";
src = fetchFromGitHub {
owner = "MichaHoffmann";
repo = "tree-sitter-hcl";
rev = "e936d3fef8bac884661472dce71ad82284761eb1";
hash = "sha256-lcvs4auZrMb1f9ocrAnLVxX8JnvrPT18LsJBqoNG9Oo=";
rev = "422cbe1d93a8ae3847744b664041fc76876babcd";
hash = "sha256-PrA/F8IIJDzr2HjX9NToApzbM7nO+NesMcKhOQyOyNU=";
};
location = "dialects/terraform";
meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-hcl";
@ -2766,12 +2766,12 @@
};
tsx = buildGrammar {
language = "tsx";
version = "0.0.0+rev=4ad3010";
version = "0.0.0+rev=4f3eb66";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-typescript";
rev = "4ad3010c91d700026d036b5230e2d99ba94ae8a4";
hash = "sha256-9GCo/xjP6J/tEimx4ce2Qd7XhhbSuWZoTVrysac7BOw=";
rev = "4f3eb6655a1cd1a1f87ef10201f8e22886dcd76e";
hash = "sha256-f/xk4MdGVvkZv0642aOwA9UFZSb0GvoLu+jgXUp/bhw=";
};
location = "tsx";
meta.homepage = "https://github.com/tree-sitter/tree-sitter-typescript";
@ -2789,23 +2789,23 @@
};
twig = buildGrammar {
language = "twig";
version = "0.0.0+rev=eaf80e6";
version = "0.0.0+rev=085648e";
src = fetchFromGitHub {
owner = "gbprod";
repo = "tree-sitter-twig";
rev = "eaf80e6af969e25993576477a9dbdba3e48c1305";
hash = "sha256-fp7HcdJEFxi/zBFSrM86THwBMpqFwAGugcTVbPk3bd4=";
rev = "085648e01d1422163a1702a44e72303b4e2a0bd1";
hash = "sha256-87jFYAAnblTeEdlXqTjyiiNee/OgasPam1b2xyKQIHY=";
};
meta.homepage = "https://github.com/gbprod/tree-sitter-twig";
};
typescript = buildGrammar {
language = "typescript";
version = "0.0.0+rev=4ad3010";
version = "0.0.0+rev=4f3eb66";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-typescript";
rev = "4ad3010c91d700026d036b5230e2d99ba94ae8a4";
hash = "sha256-9GCo/xjP6J/tEimx4ce2Qd7XhhbSuWZoTVrysac7BOw=";
rev = "4f3eb6655a1cd1a1f87ef10201f8e22886dcd76e";
hash = "sha256-f/xk4MdGVvkZv0642aOwA9UFZSb0GvoLu+jgXUp/bhw=";
};
location = "typescript";
meta.homepage = "https://github.com/tree-sitter/tree-sitter-typescript";
@ -2901,12 +2901,12 @@
};
v = buildGrammar {
language = "v";
version = "0.0.0+rev=7e11a6f";
version = "0.0.0+rev=e91f8a4";
src = fetchFromGitHub {
owner = "vlang";
repo = "v-analyzer";
rev = "7e11a6f8f369df935664fadd2f0c99d90fe3226f";
hash = "sha256-zCXfYW8NCsdqKKEMkZUudpCEQM4bLePyCGFS0w86DY0=";
rev = "e91f8a42de7842f24f4ce600754f2b6651985fd4";
hash = "sha256-38nerR7oZBwxXWd08QqEEMSxAZqXRHCRdLbMEbRhcQI=";
};
location = "tree_sitter_v";
meta.homepage = "https://github.com/vlang/v-analyzer";
@ -3101,12 +3101,12 @@
};
zig = buildGrammar {
language = "zig";
version = "0.0.0+rev=0d08703";
version = "0.0.0+rev=7c5a29b";
src = fetchFromGitHub {
owner = "maxxnino";
repo = "tree-sitter-zig";
rev = "0d08703e4c3f426ec61695d7617415fff97029bd";
hash = "sha256-a3W7eBUN4V3HD3YPr1+3tpuWQfIQy1Wu8qxCQx0hEnI=";
rev = "7c5a29b721d409be8842017351bf007d7e384401";
hash = "sha256-UXJCh8GvXzn+sssTrIsLViXD3TiBZhLFABYCKM+fNMQ=";
};
meta.homepage = "https://github.com/maxxnino/tree-sitter-zig";
};

View File

@ -691,7 +691,7 @@ https://github.com/yamatsum/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,,
https://github.com/LhKipp/nvim-nu/,HEAD,
https://github.com/ojroques/nvim-osc52/,,
https://github.com/julienvincent/nvim-paredit,,
https://github.com/julienvincent/nvim-paredit/,,
https://github.com/gpanders/nvim-parinfer/,HEAD,
https://github.com/gennaro-tedesco/nvim-peekup/,,
https://github.com/yorickpeterse/nvim-pqf/,HEAD,
@ -760,7 +760,7 @@ https://github.com/drewtempelmeyer/palenight.vim/,,
https://github.com/JoosepAlviste/palenightfall.nvim/,,
https://github.com/roobert/palette.nvim/,HEAD,
https://github.com/NLKNguyen/papercolor-theme/,,
https://github.com/dundalek/parpar.nvim,,
https://github.com/dundalek/parpar.nvim/,,
https://github.com/tmsvg/pear-tree/,,
https://github.com/steelsojka/pears.nvim/,,
https://github.com/olimorris/persisted.nvim/,HEAD,