Stop recommending adding `register` to config.nu
I didn't realize that plugin registration is persisted between runs of
nushell in the `plugin.nu` config file (`$nu.plugin-path`)
Because of this, `register` really only needs to be run when you install
or update the plugin.
Adding plugin registrations to `config.nu` leads to longer startup times
and is probably best avoided