Super simple vim plugin to show the list of buffers in the command bar.
:help bufferline
- pathogen
git clone https://github.com/bling/vim-bufferline ~/.vim/bundle/vim-bufferline
- neobundle
NeoBundle 'bling/vim-bufferline'
- vundle
Plugin 'bling/vim-bufferline'
- vam
call vam#ActivateAddons([ 'vim-bufferline' ])
- vim-plug
Plug 'bling/vim-bufferline'
This was inspired by the buftabs script.
MIT License. Copyright (c) 2013 Bailey Ling.