Created
December 1, 2012 15:22
-
-
Save jclement/4182868 to your computer and use it in GitHub Desktop.
_vimrc to load additional vimrc / plugins from another folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let &runtimepath.=',$HOME/My Documents/GitHub/dotfiles/vim/' | |
| source $HOME/My Documents/GitHub/dotfiles/vimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment