plugins.emmet.extraConfig.leader_key

Leading keys to run Emmet functions.

Type: null or string or raw lua code

Default: null

Plugin default: "<C-y>"

Declared by:

plugins.emmet.extraConfig.mode

Choose modes, in which Emmet mappings will be created. Default value: ‘a’ - all modes.

  • ‘n’ - normal mode.
  • ‘i’ - insert mode.
  • ‘v’ - visual mode.

Examples:

  • create Emmet mappings only for normal mode: n
  • create Emmet mappings for insert, normal and visual modes: inv
  • create Emmet mappings for all modes: a

Type: null or string or raw lua code

Default: null

Plugin default: "a"

Declared by:

plugins.emmet.extraConfig.settings

Emmet settings.

Defaults: see https://github.com/mattn/emmet-vim/blob/master/autoload/emmet.vim

Type: null or (attribute set of anything)

Default: null

Declared by: