Skip to content

Instantly share code, notes, and snippets.

@raa0121
Created July 31, 2014 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raa0121/b00be641f5a3f2d1c179 to your computer and use it in GitHub Desktop.
Save raa0121/b00be641f5a3f2d1c179 to your computer and use it in GitHub Desktop.
if has('win32') || has('win64')
NeoBundleLocal 'C:\vim\plugins\'
else
NeoBundle 'Shougo/vimproc.vim'
call neobundle#config('vimproc.vim', {
\ 'build' : {
\ 'windows' : 'make -f make_mingw32.mak',
\ 'cygwin' : 'make -f make_cygwin.mak',
\ 'mac' : 'make -f make_mac.mak',
\ 'unix' : 'make -f make_unix.mak',
\ },
\ })
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment