plugins.inc-rename.enable

Whether to enable inc-rename, a plugin previewing LSP renaming.

Type: boolean

Default: false

Example: true

Declared by:

plugins.inc-rename.package

Which package to use for the inc-rename plugin.

Type: package

Default: <derivation vimplugin-inc-rename.nvim-2024-06-06>

Declared by:

plugins.inc-rename.cmdName

the name of the command

Type: null or string or raw lua code

Default: null

Plugin default: "IncRename"

Declared by:

plugins.inc-rename.hlGroup

the highlight group used for highlighting the identifier’s new name

Type: null or string or raw lua code

Default: null

Plugin default: "Substitute"

Declared by:

plugins.inc-rename.inputBufferType

the type of the external input buffer to use

Type: null or value “dressing” (singular enum)

Default: null

Plugin default: null

Declared by:

plugins.inc-rename.postHook

callback to run after renaming, receives the result table (from LSP handler) as an argument

Type: null or lua function string

Default: null

Plugin default: null

Declared by:

plugins.inc-rename.previewEmptyName

whether an empty new name should be previewed; if false the command preview will be cancelled instead

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.inc-rename.showMessage

whether to display a Renamed m instances in n files message after a rename operation

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: