Created
August 31, 2014 08:58
-
-
Save axsk/38e825352e36cc040375 to your computer and use it in GitHub Desktop.
This file contains 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
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