[vim] get rid of vim-bufferline and tagbar

tagbar: haven't used in forever, might as well simplify the setup.
vim-bufferline: the functionality started to annoy me - let's experiment
for a while without it. I can always reactivate it if I miss it...
This commit is contained in:
Fernando Schauenburg 2018-04-14 20:50:51 +02:00
parent b61da22c48
commit 62e3c5162a

View file

@ -52,13 +52,11 @@ set nocompatible
" Plugins {{{
call plug#begin('~/.vim/bundle')
Plug 'altercation/vim-colors-solarized'
Plug 'bling/vim-bufferline'
Plug 'bronson/vim-trailing-whitespace'
Plug 'elzr/vim-json'
Plug 'godlygeek/tabular' | Plug 'plasticboy/vim-markdown'
Plug 'junegunn/rainbow_parentheses.vim'
Plug 'kien/ctrlp.vim'
Plug 'majutsushi/tagbar'
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'tpope/vim-commentary'
Plug 'vim-airline/vim-airline'