Skip to content

Instantly share code, notes, and snippets.

@axsk
Created August 31, 2014 08:58
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 axsk/38e825352e36cc040375 to your computer and use it in GitHub Desktop.
Save axsk/38e825352e36cc040375 to your computer and use it in GitHub Desktop.
Plugin 'gmarik/Vundle.vim' " plugin manager
Plugin 'scrooloose/nerdtree' " file tree
Plugin 'Valloric/YouCompleteMe' " autocompletion
Plugin 'scrooloose/syntastic' " syntax
Plugin 'majutsushi/tagbar' " tags (classes, ..)
Plugin 'taglist.vim' " tags
Plugin 'sjl/gundo' " undo history
Plugin 'garbas/vim-snipmate' " snippets
Plugin 'tpope/vim-surround' " quote/paranthesize
Plugin 'fholgado/minibufexpl.vim' " bufferview
Plugin 'Lokaltog/easymotion' " navigation
Plugin 'kien/ctrlp.vim' " fuzzysearch
Plugin 'mileszs/ack.vim' " fuzzysearch
Plugin 'python-rope/ropevim' " refactor
Plugin 'Python-mode-klen' " python suite
Plugin 'gotcha/vimpdb' " python debugging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment