1
0
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:
2019-06-05 10:54:05 +02:00
parent 1779c56e2d
commit 4214d6b9d4

2
.vimrc
View File

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