good old treesitter master branch, see my treesitter-main branch for...

why I'm not switching
This commit is contained in:
Squibid 2025-12-17 22:20:40 -05:00
parent a25ca205ca
commit ade2f0f598
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -2,6 +2,7 @@ local map = core.misc.map
return { return {
{ "nvim-treesitter/nvim-treesitter", { "nvim-treesitter/nvim-treesitter",
branch = "master",
config = function() config = function()
vim.cmd("TSUpdate") vim.cmd("TSUpdate")
end, end,