plugins.multicursors.enable
Whether to enable multicursors.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.multicursors.package
Which package to use for the multicursors.nvim plugin.
Type: package
Default:
<derivation vimplugin-multicursors.nvim-2024-04-12>
Declared by:
plugins.multicursors.createCommands
Create Multicursor user commands.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.multicursors.debugMode
Enable debug mode.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.multicursors.extraOptions
These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.
Type: attribute set of anything
Default:
{ }
Declared by:
plugins.multicursors.nowait
see :help :map-nowait
.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.multicursors.updatetime
Selections get updated if this many milliseconds nothing is typed in the insert mode see
:help updatetime
.
Plugin default: 50
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Declared by: