Mike Bradley wrote:
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

If you want to do that...why not do a simple script to fetch them and cache them where they need to go? You would only have to do this one time or any time you make changes to the master copies. Not as fancy, but it will work.

Robert

Reply via email to