Currently, if I have my plugins located in /my/plugins, the pluginDirs config option doesn't let me explicitly point it there. Lando automatically appends /plugins to whatever config I have. So, if I say my plugins are in /my/plugins, Lando sets the plugins directory to /my/plugins/plugins. This means I MUST have a directory named "plugins" that contains my plugins and I must point the lando config to the parent directory like so:
I should be able to put my plugins somewhere like ~/source/lando-plugins and then specify that without the need for a plugins subdirectory.