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:
4
.vimrc
4
.vimrc
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user