Skip to content

Instantly share code, notes, and snippets.

@kelsin
Created February 18, 2014 07:20
Show Gist options
  • Save kelsin/9066053 to your computer and use it in GitHub Desktop.
Save kelsin/9066053 to your computer and use it in GitHub Desktop.
Letting windows vim use .vim instead of _vim
" 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