Skip to content

Instantly share code, notes, and snippets.

@saihoooooooo
Created March 30, 2013 04:17
Show Gist options
  • Save saihoooooooo/5275329 to your computer and use it in GitHub Desktop.
Save saihoooooooo/5275329 to your computer and use it in GitHub Desktop.
Overwrite previous neobundle configuration
" 初期化
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim
call neobundle#rc('~/.vim/bundle')
filetype plugin on
filetype indent on
endif
" plugin
NeoBundle 'git://github.com/Shougo/unite.vim.git'
NeoBundle 'git://github.com/Shougo/vimfiler.git'
NeoBundle 'git://github.com/Shougo/neobundle.vim.git'
NeoBundle 'git://github.com/Shougo/vimproc.git'
NeoBundle 'git://github.com/Shougo/vimshell.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment