Textobjects: add swap feature

This commit is contained in:
Stephan Seitz 2020-07-20 23:56:32 +02:00
parent a5c89f3762
commit 5cfa03f2bd
5 changed files with 185 additions and 12 deletions

View file

@ -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 = {}
}
}