Created
February 18, 2014 07:20
-
-
Save kelsin/9066053 to your computer and use it in GitHub Desktop.
Letting windows vim use .vim instead of _vim
This file contains 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
" Adding runtimepath for windows so we can use .vim instead of _vim | |
if !exists("g:loaded_runtime") | |
set runtimepath=~/.vim,$VIMRUNTIME | |
let g:loaded_runtime = 1 | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment