mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #225767 from lovesegfault/vim-plugins
This commit is contained in:
commit
7a50ecea88
File diff suppressed because it is too large
Load Diff
@ -303,12 +303,12 @@
|
|||||||
};
|
};
|
||||||
devicetree = buildGrammar {
|
devicetree = buildGrammar {
|
||||||
language = "devicetree";
|
language = "devicetree";
|
||||||
version = "0.0.0+rev=ea30a05";
|
version = "0.0.0+rev=6428cee";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "joelspadin";
|
owner = "joelspadin";
|
||||||
repo = "tree-sitter-devicetree";
|
repo = "tree-sitter-devicetree";
|
||||||
rev = "ea30a05d0f0446a96d8b096ad11828ad4f8ad849";
|
rev = "6428cee0e9d76fac3291796ced56ac14ecd036ee";
|
||||||
hash = "sha256-ZiUMIsjVMxpchxmJQ3g2yXIn+/kAWPwTzMzx3IlW93o=";
|
hash = "sha256-QU5lCnTe00Mj5IfrBBnGwvU5S3Gz9VL2FRTNy0FPnIo=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/joelspadin/tree-sitter-devicetree";
|
meta.homepage = "https://github.com/joelspadin/tree-sitter-devicetree";
|
||||||
};
|
};
|
||||||
@ -733,12 +733,12 @@
|
|||||||
};
|
};
|
||||||
hcl = buildGrammar {
|
hcl = buildGrammar {
|
||||||
language = "hcl";
|
language = "hcl";
|
||||||
version = "0.0.0+rev=0ff887f";
|
version = "0.0.0+rev=becebeb";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MichaHoffmann";
|
owner = "MichaHoffmann";
|
||||||
repo = "tree-sitter-hcl";
|
repo = "tree-sitter-hcl";
|
||||||
rev = "0ff887f2a60a147452d52db060de6b42f42f1441";
|
rev = "becebebd3509c02e871c99be55556269be1def1b";
|
||||||
hash = "sha256-L4B2qtGqrtyLHyUMx1p0t4aKncm72dUE+e19Fv5iqUA=";
|
hash = "sha256-GR2a+VuhZVMGmLW9Mg7bSALNsy0SyfG+YVaRz1qY6a0=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-hcl";
|
meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-hcl";
|
||||||
};
|
};
|
||||||
@ -1743,12 +1743,12 @@
|
|||||||
};
|
};
|
||||||
terraform = buildGrammar {
|
terraform = buildGrammar {
|
||||||
language = "terraform";
|
language = "terraform";
|
||||||
version = "0.0.0+rev=0ff887f";
|
version = "0.0.0+rev=becebeb";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MichaHoffmann";
|
owner = "MichaHoffmann";
|
||||||
repo = "tree-sitter-hcl";
|
repo = "tree-sitter-hcl";
|
||||||
rev = "0ff887f2a60a147452d52db060de6b42f42f1441";
|
rev = "becebebd3509c02e871c99be55556269be1def1b";
|
||||||
hash = "sha256-L4B2qtGqrtyLHyUMx1p0t4aKncm72dUE+e19Fv5iqUA=";
|
hash = "sha256-GR2a+VuhZVMGmLW9Mg7bSALNsy0SyfG+YVaRz1qY6a0=";
|
||||||
};
|
};
|
||||||
location = "dialects/terraform";
|
location = "dialects/terraform";
|
||||||
meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-hcl";
|
meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-hcl";
|
||||||
@ -1923,12 +1923,12 @@
|
|||||||
};
|
};
|
||||||
vim = buildGrammar {
|
vim = buildGrammar {
|
||||||
language = "vim";
|
language = "vim";
|
||||||
version = "0.0.0+rev=2886b52";
|
version = "0.0.0+rev=cd63bd2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neovim";
|
owner = "neovim";
|
||||||
repo = "tree-sitter-vim";
|
repo = "tree-sitter-vim";
|
||||||
rev = "2886b52143d570d81f97c98be7a1e204ce9d3bcd";
|
rev = "cd63bd20644a419d209b625d21258617580273d2";
|
||||||
hash = "sha256-w8yHo5rtqqD80gbSChaHhSzt3ljPBKWYZ+pxaWFM35s=";
|
hash = "sha256-9u9sMBFIrLviF60WTOoiA7bpJfqsD5iWE5OSRdrOz0E=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/neovim/tree-sitter-vim";
|
meta.homepage = "https://github.com/neovim/tree-sitter-vim";
|
||||||
};
|
};
|
||||||
@ -2011,12 +2011,12 @@
|
|||||||
};
|
};
|
||||||
zig = buildGrammar {
|
zig = buildGrammar {
|
||||||
language = "zig";
|
language = "zig";
|
||||||
version = "0.0.0+rev=f3bc9ff";
|
version = "0.0.0+rev=2c7b630";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "maxxnino";
|
owner = "maxxnino";
|
||||||
repo = "tree-sitter-zig";
|
repo = "tree-sitter-zig";
|
||||||
rev = "f3bc9ffe9ca10f52dee01999b5b6ce9a4074b0ac";
|
rev = "2c7b6308d906d7aec4b3e1fafaaeca447a8a2c2f";
|
||||||
hash = "sha256-/Bk7UGdPOHmGc01eCNPHsXFMF4pAxE/gkhVxvRItZZ8=";
|
hash = "sha256-uN/B4YasWdgAWV8IAwKd4MP/L73+RiQJGQD00ZA8d6E=";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/maxxnino/tree-sitter-zig";
|
meta.homepage = "https://github.com/maxxnino/tree-sitter-zig";
|
||||||
};
|
};
|
||||||
|
@ -399,6 +399,7 @@ https://github.com/lspcontainers/lspcontainers.nvim/,,
|
|||||||
https://github.com/onsails/lspkind-nvim/,,
|
https://github.com/onsails/lspkind-nvim/,,
|
||||||
https://github.com/tami5/lspsaga.nvim/,,
|
https://github.com/tami5/lspsaga.nvim/,,
|
||||||
https://github.com/glepnir/lspsaga.nvim/,main,lspsaga-nvim-original
|
https://github.com/glepnir/lspsaga.nvim/,main,lspsaga-nvim-original
|
||||||
|
https://github.com/barreiroleo/ltex_extra.nvim/,HEAD,
|
||||||
https://github.com/arkav/lualine-lsp-progress/,,
|
https://github.com/arkav/lualine-lsp-progress/,,
|
||||||
https://github.com/nvim-lualine/lualine.nvim/,,
|
https://github.com/nvim-lualine/lualine.nvim/,,
|
||||||
https://github.com/l3mon4d3/luasnip/,,
|
https://github.com/l3mon4d3/luasnip/,,
|
||||||
@ -755,6 +756,7 @@ https://github.com/vim-scripts/timestamp.vim/,,
|
|||||||
https://github.com/levouh/tint.nvim/,HEAD,
|
https://github.com/levouh/tint.nvim/,HEAD,
|
||||||
https://github.com/tomtom/tlib_vim/,,
|
https://github.com/tomtom/tlib_vim/,,
|
||||||
https://github.com/wellle/tmux-complete.vim/,,
|
https://github.com/wellle/tmux-complete.vim/,,
|
||||||
|
https://github.com/aserowy/tmux.nvim/,HEAD,
|
||||||
https://github.com/edkolev/tmuxline.vim/,,
|
https://github.com/edkolev/tmuxline.vim/,,
|
||||||
https://github.com/folke/todo-comments.nvim/,,
|
https://github.com/folke/todo-comments.nvim/,,
|
||||||
https://github.com/AmeerTaweel/todo.nvim/,,
|
https://github.com/AmeerTaweel/todo.nvim/,,
|
||||||
@ -1194,6 +1196,7 @@ https://github.com/liuchengxu/vista.vim/,,
|
|||||||
https://github.com/dylanaraps/wal.vim/,,
|
https://github.com/dylanaraps/wal.vim/,,
|
||||||
https://github.com/mattn/webapi-vim/,,
|
https://github.com/mattn/webapi-vim/,,
|
||||||
https://github.com/folke/which-key.nvim/,,
|
https://github.com/folke/which-key.nvim/,,
|
||||||
|
https://github.com/johnfrankmorgan/whitespace.nvim/,HEAD,
|
||||||
https://github.com/gelguy/wilder.nvim/,,
|
https://github.com/gelguy/wilder.nvim/,,
|
||||||
https://github.com/gcmt/wildfire.vim/,,
|
https://github.com/gcmt/wildfire.vim/,,
|
||||||
https://github.com/fgheng/winbar.nvim/,main,
|
https://github.com/fgheng/winbar.nvim/,main,
|
||||||
|
Loading…
Reference in New Issue
Block a user