### What is the syntax for enabling plugins in the setup file?

Here is an example snippet from a working setup file:

 <pre>
   # plugins to add to the default configuration
   add_plugins => ['goodstuff'],     
</pre>