[vim]Manage taglist with vundle

This commit is contained in:
Mathieu Maret 2015-07-07 14:15:38 +02:00
parent ec07142fb3
commit b4d56d74dc
1 changed files with 6 additions and 1 deletions

7
.vimrc
View File

@ -441,9 +441,11 @@ call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim'
" plugin from github
" Show current modified line
Plugin 'airblade/vim-gitgutter'
" Communication with git
Plugin 'tpope/vim-fugitive'
" Comment block of code
Plugin 'tpope/vim-commentary'
" language pack
@ -482,6 +484,9 @@ Plugin 'scrooloose/nerdtree'
" Omni completion for cpp
Plugin 'vim-scripts/OmniCppComplete'
" List current file function
Plugin 'vim-scripts/taglist.vim'
"Syntax checking
Plugin 'scrooloose/syntastic.git'
"Completion (need more configuration for python, c# ...)