[vim]Manage taglist with vundle
This commit is contained in:
parent
ec07142fb3
commit
b4d56d74dc
7
.vimrc
7
.vimrc
@ -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# ...)
|
||||
|
Loading…
Reference in New Issue
Block a user