Package

class Package #

A (Neo)vim plugin


fields #


Package.url #


Package.url : string?

A git repository URL. If unspecified, the field with (implicit) key 1 will be treated as username/repository of a GitHub repository

Package.branch #


Package.branch : string?

Possible non-default branch name to use

Package.opt #


Package.opt : boolean?

Whether the plugin is optionally not needed by the layer. If it is not needed, it will not be loaded automatically at startup.