Created
December 8, 2016 14:37
-
-
Save soardex/a009e3662fb469498780ca1806b892d1 to your computer and use it in GitHub Desktop.
Fix For VIM Plugins Windows
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
if has('win32') || has('win64') | |
set runtimepath=$HOME/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,$HOME/.vim/after | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment