Skip to content

Instantly share code, notes, and snippets.

View sousousore1's full-sized avatar

Soichi Saito sousousore1

View GitHub Profile
" neobundle"{{{
filetype plugin indent off " required!
" initialize"{{{
if has('vim_starting')
let bundle_dir = '~/.bundle'
if !isdirectory(bundle_dir.'/neobundle.vim')
call system( 'git clone https://github.com/Shougo/neobundle.vim.git '.bundle_dir.'/neobundle.vim')
endif