1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Disable bufferline for now, as it interferes with showing messages

This commit is contained in:
2020-01-11 10:13:51 +01:00
parent 8884ae34f5
commit 53e64f6aca

3
.vimrc
View File

@@ -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')