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:
3
.vimrc
3
.vimrc
@@ -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