plugins.lspsaga.rename.autoSave
Auto save file when the rename is done.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.lspsaga.rename.inSelect
Default is true
.
Whether the name is selected when the float opens.
In some situation, just like want to change one or less characters, inSelect
is not so
useful.
You can tell the Lspsaga to start in normal mode using an extra argument like
:Lspsaga lsp_rename mode=n
.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.lspsaga.rename.projectMaxHeight
Height for the project_replace
float window.
Plugin default: 0.5
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive)
Default:
null
Declared by:
plugins.lspsaga.rename.projectMaxWidth
Width for the project_replace
float window.
Plugin default: 0.5
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive)
Default:
null
Declared by: