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-05-13>

Declared by:

plugins.inc-rename.cmdName

the name of the command

Plugin default: "IncRename"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.inc-rename.hlGroup

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

Plugin default: "Substitute"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.inc-rename.inputBufferType

the type of the external input buffer to use

Plugin default: null

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

Default: null

Declared by:

plugins.inc-rename.postHook

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

Plugin default: null

Type: null or lua function string

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

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.inc-rename.showMessage

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

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by: