Reload `init.lua` and all `require`d scripts

I found the need/possibility to use package.loaded under that link. First code sample:

    :lua print(vim.inspect(package.loaded))

Granted, the link went to the wrong tag, I’ve fixed it now :wink: