diff options
| author | ache <ache@ache.one> | 2026-06-01 07:48:08 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-06-01 07:48:14 +0200 |
| commit | e468cbcd847b0812a4271848fa385b978dd6e212 (patch) | |
| tree | f2cb3997ac0961de5d50be05d9004c1d39edfd1c /lua | |
| parent | feat: Disable cursor tab plugin by default (diff) | |
Fix treesitter commitmaster
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/ache/plugins/treesitter.lua | 1 |
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 = { |