vim-addon-info
vim plugin addon-info.json metadata files
| Type | object |
|---|---|
| File match |
**/*vim*/addon-info.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/vim-addon-info/latest.json |
| Source | https://www.schemastore.org/vim-addon-info.json |
Validate with Lintel
npx @lintel/lintel check
Properties
The name of the plugin. Used by plugin managers and some introspection tools. Generally corresponds to the name of the repository but without "vim" prefix/suffix.
Dotted version number of the plugin, generally in semantic versioning scheme.
Short description of the plugin and what it does (a sentence or two)
Primary homepage of the plugin.
Name of the person or organization that created the plugin
Name of the person who maintains the plugin
Info for the plugin itself. Describes where the canonical copy of the plugin can be fetched from.
Plugins that are strictly required for the plugin to work, where keys are plugin names and values may describe where plugins can be fetched from.
Definitions
"git://github.com/tpope/vim-surround"
Info about a plugin/repository outside this one.
Primary homepage of the plugin.