Skip to content

Instantly share code, notes, and snippets.

filetype plugin indent off " required!
if has('vim_starting')
set nocompatible
set runtimepath+=~/.vim/bundle/neobundle.vim
endif
call neobundle#begin(expand('~/.vim/bundle/'))
NeoBundleFetch 'Shougo/neobundle.vim'
NeoBundleFetch 'Shougo/neobundle.vim'
@mayutan
mayutan / .vimrc
Created August 23, 2013 08:08
ぱいそんよう
filetype plugin indent off " required!
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim/
call neobundle#rc(expand('~/.vim/bundle/'))
endif
" let NeoBundle manage NeoBundle
" required!
"NeoBundle 'Shougo/neobundle.vim'
" recommended to install