plugins.packer.plugins

List of plugins

Type: list of (string or (submodule))

Default: [ ]

Declared by:

plugins.packer.plugins.*.after

Plugins to load after this plugin

Type: null or string or list of string

Default: null

plugins.packer.plugins.*.as

Specifies an alias under which to install the plugin

Type: null or string

Default: null

plugins.packer.plugins.*.branch

Git branch to use

Type: null or string

Default: null

plugins.packer.plugins.*.cmd

Commands which load this plugin

Type: null or string or list of string

Default: null

plugins.packer.plugins.*.commit

Git commit to use

Type: null or string

Default: null

plugins.packer.plugins.*.cond

Conditional test to load this plugin

Type: null or string or raw lua code or list of (string or raw lua code)

Default: null

plugins.packer.plugins.*.config

Code to run after this plugin is loaded

Type: null or string or raw lua code

Default: null

plugins.packer.plugins.*.disable

Mark plugin as inactive

Type: null or boolean

Default: null

plugins.packer.plugins.*.event

Autocommand events which load this plugin

Type: null or string or list of string

Default: null

plugins.packer.plugins.*.fn

Functions which load this plugin

Type: null or string or list of string

Default: null

plugins.packer.plugins.*.ft

Filetypes which load this plugin

Type: null or string or list of string

Default: null

plugins.packer.plugins.*.installer

A custom installer

Type: null or lua function string

Default: null

Plugin default: "nil"

plugins.packer.plugins.*.keys

Keymaps which load this plugin

Type: null or string or list of string

Default: null

plugins.packer.plugins.*.lock

Skip this plugin in updates

Type: null or boolean

Default: null

plugins.packer.plugins.*.module

Patterns of module names which load this plugin

Type: null or string or list of string

Default: null

plugins.packer.plugins.*.name

Name of the plugin to install

Type: string

plugins.packer.plugins.*.opt

Marks a plugin as optional

Type: null or boolean

Default: null

plugins.packer.plugins.*.requires

Plugin dependencies

Type: null or string or list of (string or (submodule))

Default: null

plugins.packer.plugins.*.rocks

Luarocks dependencies

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

Default: null

plugins.packer.plugins.*.rtp

Specifies a subdirectory of the plugin to add to runtimepath

Type: null or string

Default: null

plugins.packer.plugins.*.run

Post-install hook

Type: null or string or raw lua code or list of (string or raw lua code)

Default: null

plugins.packer.plugins.*.setup

Code to be run before this plugin is loaded

Type: null or string or raw lua code

Default: null

plugins.packer.plugins.*.tag

Git tag to use

Type: null or string

Default: null

plugins.packer.plugins.*.updater

A custom updater

Type: null or lua function string

Default: null

Plugin default: "nil"