mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Do not show current function in airline, saves space and speeds up
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -37,6 +37,8 @@ nmap <F8> :TagbarToggle<CR>
|
||||
" looking result
|
||||
Plugin 'vim-airline/vim-airline'
|
||||
Plugin 'vim-airline/vim-airline-themes'
|
||||
" Disable showing current function in airline
|
||||
let g:airline#extensions#tagbar#enabled = 0
|
||||
" Better showing of open buffers (open files)
|
||||
Plugin 'bling/vim-bufferline'
|
||||
" Version control notes in the line number bar
|
||||
|
||||
Reference in New Issue
Block a user