# Functions
ConfigPath returns the path to the config/buffalo-plugins.toml file relative to the app.
List all of the plugins the application depends on.
New returns a configured *Plugins value.
On checks for the existence of config/buffalo-plugins.toml if this file exists its contents will be used to list plugins.
# Variables
ErrMissingConfig is if config/buffalo-plugins.toml file is not found.