multicursor (good this time)

This commit is contained in:
Michael Chalupiak
2025-12-26 11:40:48 -05:00
parent f60dd72912
commit ef1981d06b
2 changed files with 109 additions and 82 deletions

View File

@@ -8,6 +8,14 @@ return {
config = function()
require'nvim-treesitter.configs'.setup {
textobjects = {
select = {
enable = true,
lookahead = true,
keymaps = {
["af"] = "@function.outer",
["if"] = "@function.inner",
}
},
move = {
enable = true,
set_jumps = false,