plugins.treesitter-textobjects.move.enable
Go to next/previous text object~
Define your own mappings to jump to the next or previous text object.
This is similar to |]m|
, |[m|
, |]M|
, |[M|
Neovim’s mappings to jump to the next or
previous function.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.treesitter-textobjects.move.disable
List of languages to disable this module for.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
Declared by:
plugins.treesitter-textobjects.move.setJumps
Whether to set jumps in the jumplist.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: