[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
|
" let Vundle manage Vundle, required
|
||||||
Plugin 'gmarik/Vundle.vim'
|
Plugin 'gmarik/Vundle.vim'
|
||||||
|
|
||||||
" plugin from github
|
" Show current modified line
|
||||||
Plugin 'airblade/vim-gitgutter'
|
Plugin 'airblade/vim-gitgutter'
|
||||||
|
" Communication with git
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
|
" Comment block of code
|
||||||
Plugin 'tpope/vim-commentary'
|
Plugin 'tpope/vim-commentary'
|
||||||
|
|
||||||
" language pack
|
" language pack
|
||||||
@ -482,6 +484,9 @@ Plugin 'scrooloose/nerdtree'
|
|||||||
" Omni completion for cpp
|
" Omni completion for cpp
|
||||||
Plugin 'vim-scripts/OmniCppComplete'
|
Plugin 'vim-scripts/OmniCppComplete'
|
||||||
|
|
||||||
|
" List current file function
|
||||||
|
Plugin 'vim-scripts/taglist.vim'
|
||||||
|
|
||||||
"Syntax checking
|
"Syntax checking
|
||||||
Plugin 'scrooloose/syntastic.git'
|
Plugin 'scrooloose/syntastic.git'
|
||||||
"Completion (need more configuration for python, c# ...)
|
"Completion (need more configuration for python, c# ...)
|
||||||
|
Loading…
Reference in New Issue
Block a user