NeoBundles
if has('vim_starting') | |
set nocompatible " Be iMproved | |
set runtimepath+=~/.vim/bundle/neobundle.vim/ | |
endif | |
---- | |
call neobundle#rc(expand('~/.vim/bundle/')) | |
NeoBundleFetch 'Shougo/neobundle.vim' | |
NeoBundle 'Shougo/vimproc' | |
NeoBundle 'othree/html5.vim' | |
NeoBundle 'altercation/vim-colors-solarized' | |
NeoBundle 'Raimondi/delimitMate' | |
NeoBundle 'mattn/emmet-vim' | |
NeoBundle 'scrooloose/nerdtree' | |
NeoBundle 'Lokaltog/vim-powerline' | |
NeoBundle 'shawncplus/phpcomplete.vim' | |
NeoBundle 'kien/ctrlp.vim' | |
NeoBundle 'hail2u/vim-css3-syntax' | |
NeoBundle 'tpope/vim-rails' | |
NeoBundle 'MarcWeber/vim-addon-mw-utils' | |
NeoBundle 'tomtom/tlib_vim' | |
NeoBundle 'garbas/vim-snipmate' | |
NeoBundle 'honza/vim-snippets' | |
NeoBundle 'majutsushi/tagbar' | |
NeoBundle 'godlygeek/tabular' | |
NeoBundle 'tomtom/tcomment_vim' | |
NeoBundle 'junegunn/vim-easy-align' | |
NeoBundle 'altercation/vim-colors-solarized' | |
filetype plugin indent on | |
NeoBundleCheck |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment