plugins.packer.enable

Whether to enable packer.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.packer.package

The packer-nvim package to use.

Type: package

Default: pkgs.vimPlugins.packer-nvim

Declared by:

plugins.packer.gitPackage

The git package to use.

Type: null or package

Default: pkgs.git

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: