plugins.packer.enable

Whether to enable packer.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.packer.plugins

List of plugins

Type: list of (string or (submodule))

Default: [ ]

Declared by:

plugins.packer.rockPlugins

List of lua rock plugins

Type: list of (string or (attribute set))

Default: [ ]

Example:

''
  [
    "penlight"
    "lua-resty-http"
    "lpeg"
  ]
''

Declared by: