plugins.multicursors.enable
Whether to enable multicursors.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.multicursors.package
The multicursors.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.multicursors-nvim
Declared by:
plugins.multicursors.createCommands
Create Multicursor user commands.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.multicursors.debugMode
Enable debug mode.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
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
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.multicursors.updatetime
Selections get updated if this many milliseconds nothing is typed in the insert mode see
:help updatetime
.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 50
Declared by: