From 55c098365e768b62adcf4df65ca2db099b54b846 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 21 Jun 2014 13:43:57 +0200 Subject: [PATCH] More comments clarifying behaviour of the vim plugins --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index 6d6843e..3c786ec 100644 --- a/.vimrc +++ b/.vimrc @@ -5,10 +5,14 @@ call vundle#begin() " let Vundle manage Vundle, required Plugin 'gmarik/Vundle.vim' +" Display tags of the current file ordered by scope Plugin 'majutsushi/tagbar' +" The unite or unite.vim plug-in can search and display information from +" arbitrary sources like files, buffers, recently used files or registers. Plugin 'Shougo/unite.vim' " Nice statusbar Plugin 'bling/vim-airline' +" Better showing of open buffers (open files) Plugin 'bling/vim-bufferline' " Version control notes in the line number bar Plugin 'mhinz/vim-signify'