mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
Textobjects: add swap feature
This commit is contained in:
parent
a5c89f3762
commit
5cfa03f2bd
5 changed files with 185 additions and 12 deletions
|
|
@ -85,7 +85,9 @@ local builtin_modules = {
|
|||
is_supported = function(lang)
|
||||
return has_some_textobject_mapping(lang) or queries.has_textobjects(lang)
|
||||
end,
|
||||
keymaps = {}
|
||||
keymaps = {},
|
||||
swap_next_keymaps = {},
|
||||
swap_previous_keymaps = {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue