From b4d56d74dc9ef1d627d23e7145e72369bec8d461 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 7 Jul 2015 14:15:38 +0200 Subject: [PATCH] [vim]Manage taglist with vundle --- .vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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# ...)