mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-05-06 23:52:34 +02:00
Disable bufferline for now, as it interferes with showing messages
This commit is contained in:
@@ -52,7 +52,8 @@ let g:airline_theme = "hybrid"
|
|||||||
" Disable showing current function in airline
|
" Disable showing current function in airline
|
||||||
let g:airline#extensions#tagbar#enabled = 0
|
let g:airline#extensions#tagbar#enabled = 0
|
||||||
" Better showing of open buffers (open files), integrates with airline
|
" 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
|
" Version control notes in the line number bar
|
||||||
if has('nvim') || has('patch-8.0.902')
|
if has('nvim') || has('patch-8.0.902')
|
||||||
|
|||||||
Reference in New Issue
Block a user