summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-06-01 07:48:08 +0200
committerache <ache@ache.one>2026-06-01 07:48:14 +0200
commite468cbcd847b0812a4271848fa385b978dd6e212 (patch)
treef2cb3997ac0961de5d50be05d9004c1d39edfd1c /lua
parentfeat: Disable cursor tab plugin by default (diff)
Fix treesitter commitmaster
Diffstat (limited to 'lua')
-rw-r--r--lua/ache/plugins/treesitter.lua1
1 files changed, 1 insertions, 0 deletions
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 = {