From 53e64f6acaf0825cd39790e36b952da9cf3b4d65 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 11 Jan 2020 10:13:51 +0100 Subject: [PATCH] Disable bufferline for now, as it interferes with showing messages --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index a735444..ec6d0fb 100644 --- a/.vimrc +++ b/.vimrc @@ -52,7 +52,8 @@ let g:airline_theme = "hybrid" " Disable showing current function in airline let g:airline#extensions#tagbar#enabled = 0 " Better showing of open buffers (open files), integrates with airline -Plug 'bling/vim-bufferline' +" Plug 'bling/vim-bufferline' +" Plug 'alisnic/vim-bufferline' " Version control notes in the line number bar if has('nvim') || has('patch-8.0.902')