I want vim to open up the :Explorer when no file is opened or created. Eg. when I call vim
without any options.
calling vim newfile.txt
should still behave the normal way though.
How would I go about doing this? I can't seem to find the correct autocmd
for it.