do/end block treesitter, avante
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
Adam Bellinson
2025-06-18 19:18:11 -04:00
parent 37eb7073a1
commit 01480f98b5
4 changed files with 146 additions and 2 deletions

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