plugins.snacks.settings.words.enabled

Whether to enable words plugin.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.snacks.settings.words.debounce

Time in ms to wait before updating.

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Plugin default: 200

Declared by:

plugins.snacks.settings.words.foldopen

Whether to open folds after jumping.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.snacks.settings.words.jumplist

Whether to set jump point before jumping.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.snacks.settings.words.modes

Modes to show references.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "n"
  "i"
  "c"
]

Declared by:

plugins.snacks.settings.words.notify_end

Whether to show a notification when reaching the end.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.snacks.settings.words.notify_jump

Whether to show a notification when jumping.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: