Every day I use Vim on many different machines on Windows, Linux, and Mac (MacVim.) My vimrc works on all 3.
I have a new project on GitHub containing my vimrc and all plugins, etc. There's also a Rakefile, so you can run "rake install" to link/ copy the config into the home directory. When I update my vimrc or add new plugins, I just have to run "git pull" on each machine to update it to the newest version. It makes symlinks on Unix so you only have to run the rake task once; It copies the files in Windows so the task needs to be run each time you update. I'm sure other people have similar setups, but I thought this method might be helpful. Please fork it and modify for your own needs and let me know if you have any problems or improvements. Smith's vim-config: http://github.com/smith/vim-config/tree/master My Vim web page (not yet updated): http://nlsmith.com/vim/ Thanks, Nathan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
