Skip to content

Instantly share code, notes, and snippets.

@riannucci
Created February 10, 2014 21:26
Show Gist options
  • Save riannucci/8924485 to your computer and use it in GitHub Desktop.
Save riannucci/8924485 to your computer and use it in GitHub Desktop.
vim packages to get
Bundle "Valloric/YouCompleteMe" " get this!
gmarik/vundle " lets you manage vim plugins automatically
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-speeddating'
Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-unimpaired'
Bundle 'scrooloose/nerdtree'
Bundle 'kien/ctrlp.vim'
Bundle 'majutsushi/tagbar'
Bundle 'tpope/vim-fugitive' " Really helpful git plugin
Bundle 'scrooloose/syntastic'
" color schemes
Bundle 'sjl/badwolf'
Bundle 'altercation/vim-colors-solarized'
Bundle 'tomasr/molokai'
Bundle 'zaiste/Atom'
Bundle 'w0ng/vim-hybrid'
" for random config stuff, look at the bottom
https://github.com/riannucci/vimified/blob/master/vimrc
Bundle "AutoTag" " if you use ctags, when you save fixes tags
Bundle "klen/python-mode"
snipmate " look for the current version of this on internet/github
Bundle "airblade/vim-gitgutter" " shows git diff in gutter
https://github.com/bling/vim-airline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment