plugins.wrapping.settings

Options provided to the require('wrapping').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  notify_on_switch = false;
}

Declared by:

plugins.wrapping.settings.notify_on_switch

By default, wrapping.nvim will output a message to the command line when the hard or soft mode is set.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: