I would like to be able to open up a vim instance from anywhere with my vim settings.
One way I can think to do this is by editing my .vimrc file to load my colors, plugings, autoloads etc. and then putting all those files on the internet so that I can source it from anywhere. However, is there a way to do this without changing my .vimrc? Could I just put my .vim folder and my .vimrc on the internet and run something like: "source http:/path/to.vimrc | source http:/path/to/.vim"? Thanks for the help. To help with searches, I'll add the words: roaming profile setup network web
