Skip to content

Instantly share code, notes, and snippets.

@xi4oh4o
Created November 3, 2013 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xi4oh4o/7285941 to your computer and use it in GitHub Desktop.
Save xi4oh4o/7285941 to your computer and use it in GitHub Desktop.
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