Skip to content

Instantly share code, notes, and snippets.

@jqno
Created March 11, 2012 21:22
Show Gist options
  • Save jqno/2018252 to your computer and use it in GitHub Desktop.
Save jqno/2018252 to your computer and use it in GitHub Desktop.
vimrc.local
if has('win32') || has('win64')
set runtimepath+=$HOME/Dropbox/config/vim
source ~\Dropbox\config\vim\vimrc.vim
else
set runtimepath+=~/Dropbox/config/vim
source ~/Dropbox/config/vim/vimrc.vim
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment