plugins.treesitter-refactor.highlightDefinitions.enable

Whether to enable Highlights definition and usages of the current symbol under the cursor…

Type: boolean

Default: false

Example: true

Declared by:

plugins.treesitter-refactor.highlightDefinitions.clearOnCursorMove

Controls if highlights should be cleared when the cursor is moved. If your ‘updatetime’ is around 100 you can set this to false to have a less laggy experience.

Type: boolean

Default: true

Declared by:

plugins.treesitter-refactor.highlightDefinitions.disable

List of languages to disable the module on

Type: list of string

Default: [ ]

Declared by: