pub fn load_plugins_from_paths(
) -> impl Iterator<Item = (PathBuf, PluginConfig, Option<Regex>)>
Expand description

Fetches plugins installed on the system in parallel.

Searches plugin paths from highest to least priority. User plugins will override distribution plugins. Plugins are loaded in the order they are found.