vim plugins to use

Posted by Jeffye | 8:28 AM

Plugin 'gmarik/Vundle.vim'
Plugin 'jedi-vim'
"
Plugin 'tpope/vim-fugitive'
Plugin 'L9'
Plugin 'The-NERD-tree'
" Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
" " Avoid a name conflict with L9
" Plugin 'user/L9', {'name': 'newL9'}

Plugin 'The-NERD-Commenter'
Plugin 'grep.vim'
Plugin 'FuzzyFinder'
Plugin 'matchit.zip'
" " Plugin 'SuperTab'
Plugin 'surround.vim'
Plugin 'Command-T'
Plugin 'pydoc.vim'
Plugin 'pep8'
Plugin 'Yggdroot/indentLine'

Plugin 'godlygeek/tabular'
Plugin 'plasticboy/vim-markdown'


Popular Posts