feat: teach pinnacle#decorate() to accept a comma-separated list
Incidentally, first time I've tried running docvim on this machine, and
I couldn't get any of the old build or install methods working, due to
bit rot:
git clone ...
cd docvim
brew install stack # didn't have stack on this machine
stack build # build fails
stack install docvim # install fails
cabal install docvim # install fails
cabal v2-build # victory!