diff --git a/.vimrc b/.vimrc index 5590905..8fb390d 100644 --- a/.vimrc +++ b/.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# ...)