[vim] add bufferline plugin

This commit is contained in:
Fernando Schauenburg 2017-02-05 20:18:35 +01:00
parent 1a7c315689
commit 613768fe5d

1
vimrc
View file

@ -51,6 +51,7 @@ set nocompatible
" Plugins {{{ " Plugins {{{
call plug#begin('~/.vim/bundle') call plug#begin('~/.vim/bundle')
Plug 'altercation/vim-colors-solarized' Plug 'altercation/vim-colors-solarized'
Plug 'bling/vim-bufferline'
Plug 'bronson/vim-trailing-whitespace' Plug 'bronson/vim-trailing-whitespace'
Plug 'elzr/vim-json' Plug 'elzr/vim-json'
Plug 'godlygeek/tabular' | Plug 'plasticboy/vim-markdown' Plug 'godlygeek/tabular' | Plug 'plasticboy/vim-markdown'