I just wanted to add this here in case it helps anyone, but this plugin won't work directly on a fresh installation of mac big sur due to an old version of bash. If you haven't installed anything additional, mac currently comes with a heavily outdated version 3.2
That version does not have mapfile and thus this plugin doesn't work.
To fix, you can simply brew install bash which will give you a newer version of bash.
I just wanted to add this here in case it helps anyone, but this plugin won't work directly on a fresh installation of mac big sur due to an old version of bash. If you haven't installed anything additional, mac currently comes with a heavily outdated version 3.2
That version does not have
mapfile
and thus this plugin doesn't work.To fix, you can simply
brew install bash
which will give you a newer version of bash.