How to share one vimrc file among multiple clients? - Stack Overflow


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. set runtimepath+=~/Dropbox/vim
  2. source ~/Dropbox/vim/vimrc.vim
  3.  
  4. * on windows
  5. set runtimepath+=$HOME/My\ Documents/My\ Dropbox/vim
  6. source $HOME\My Documents\My Dropbox\vim\vimrc.vim

URL: http://stackoverflow.com/questions/1031396/how-to-share-one-vimrc-file-among-multiple-clients

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.