Where a plugin’s filter.lf lives. Disk-backed plugins are user-installed
under ~/.lowfat/plugins/; embedded plugins are baked into the binary at
compile time (see crate::embedded).
Discover plugins from plugin_dir (~/.lowfat/plugins/ by default) merged
with the embedded set baked into the binary. Disk plugins win on name
collision — a user-installed git-compact shadows the bundled one.