plugins.autoclose.enable

Whether to enable autoclose.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.autoclose.package

Which package to use for the autoclose.nvim plugin.

Type: package

Default: <derivation vimplugin-autoclose.nvim-2024-02-23>

Declared by:

plugins.autoclose.keys

Configures various options, such as shortcuts for pairs, what pair of characters to use in the shortcut, etc.

See the plugin’s README for more info.";

Example:

  {
    "(" = { escape = false; close = true; pair = "()"; };
    "[" = { escape = false; close = true; pair = "[]"; };
    "{" = { escape = false; close = true; pair = "{}"; };
  }

Type: null or (attribute set of anything)

Default: null

Declared by: