1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

More comments clarifying behaviour of the vim plugins

This commit is contained in:
Michiel Scholten
2014-06-21 13:43:57 +02:00
parent f4c2cf7a7f
commit 55c098365e

4
.vimrc
View File

@@ -5,10 +5,14 @@ call vundle#begin()
" let Vundle manage Vundle, required " let Vundle manage Vundle, required
Plugin 'gmarik/Vundle.vim' Plugin 'gmarik/Vundle.vim'
" Display tags of the current file ordered by scope
Plugin 'majutsushi/tagbar' 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' Plugin 'Shougo/unite.vim'
" Nice statusbar " Nice statusbar
Plugin 'bling/vim-airline' Plugin 'bling/vim-airline'
" Better showing of open buffers (open files)
Plugin 'bling/vim-bufferline' Plugin 'bling/vim-bufferline'
" Version control notes in the line number bar " Version control notes in the line number bar
Plugin 'mhinz/vim-signify' Plugin 'mhinz/vim-signify'