From e468cbcd847b0812a4271848fa385b978dd6e212 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 1 Jun 2026 07:48:08 +0200 Subject: Fix treesitter commit --- lua/ache/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/ache/plugins') diff --git a/lua/ache/plugins/treesitter.lua b/lua/ache/plugins/treesitter.lua index 5ef3525..03cd19c 100644 --- a/lua/ache/plugins/treesitter.lua +++ b/lua/ache/plugins/treesitter.lua @@ -10,6 +10,7 @@ return { "nvim-treesitter/nvim-treesitter", enabled = true, + commit = "cf12346a3414fa1b06af75c79faebe7f76df080a", event = { "BufReadPre", "BufNewFile" }, build = ":TSUpdate", -- dependencies = { -- cgit v1.3-2-g11bf