Skip to content

Instantly share code, notes, and snippets.

@saihoooooooo
Last active December 23, 2015 00:09
Show Gist options
  • Select an option

  • Save saihoooooooo/6551403 to your computer and use it in GitHub Desktop.

Select an option

Save saihoooooooo/6551403 to your computer and use it in GitHub Desktop.
Minimal .vmrc for plugin issues.
set nocompatible
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim
endif
call neobundle#rc('~/.vim/bundle')
NeoBundle 'foo/baa'
filetype plugin indent on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment