PluginsPackagesconfigOn this pageconfigDescription Provides access to the contents of the porla.toml file as a Lua table. Use this to access values from the configuration file inside your plugins. Example usage local config = require("config")-- print the workflow_dirprint(config.workflow_dir)