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.

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: