do/end block treesitter, avante

This commit is contained in:
Adam Bellinson
2026-09-07 02:37:47 -04:00
committed by thread
parent f96bb5c9c7
commit 9cca542a88
4 changed files with 146 additions and 2 deletions
+13
View File
@@ -7,6 +7,19 @@ local options = {
},
indent = { enable = true },
textobjects = {
select = {
enable = true,
lookahead = true,
keymaps = {
-- custom mappings (example)
["ad"] = "@block.outer", -- around do...end
["id"] = "@block.inner", -- inside do...end
},
},
},
}
return options