summaryrefslogtreecommitdiff
path: root/lua/ache/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ache/plugins')
-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 = {