Created
November 3, 2013 02:41
-
-
Save xi4oh4o/7285941 to your computer and use it in GitHub Desktop.
NeoBundles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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