Skip to content

Instantly share code, notes, and snippets.

@soardex
Created December 8, 2016 14:37
Show Gist options
  • Save soardex/a009e3662fb469498780ca1806b892d1 to your computer and use it in GitHub Desktop.
Save soardex/a009e3662fb469498780ca1806b892d1 to your computer and use it in GitHub Desktop.
Fix For VIM Plugins Windows
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