website/src/content/docs/configure/enable-plugin.md
Plugins extend superfile's functionality by integrating with external tools. This guide shows you how to enable and configure plugins.
Before enabling any plugin, ensure you have:
Each plugin has specific requirements. Check the plugin list for the dependencies needed for your desired plugin.
Open your config.toml file:
$EDITOR CONFIG_PATH
Find the plugin section in your config and change its value from false to true:
[plugins]
- metadata = false
+ metadata = true
$EDITOR CONFIG_PATH
metadata = true
metadata = false
zoxide_support = false
Set any plugin to true to enable it, or false to disable it.
For a complete list of available plugins and their requirements, see the plugin list.
If a plugin isn't working after enabling it: