PluginsPackagesconfigOn this pageconfigDescriptionProvides 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 usagelocal config = require("config")-- print the workflow_dirprint(config.workflow_dir)