mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05: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
|
" looking result
|
||||||
Plugin 'vim-airline/vim-airline'
|
Plugin 'vim-airline/vim-airline'
|
||||||
Plugin 'vim-airline/vim-airline-themes'
|
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)
|
" Better showing of open buffers (open files)
|
||||||
Plugin 'bling/vim-bufferline'
|
Plugin 'bling/vim-bufferline'
|
||||||
" Version control notes in the line number bar
|
" Version control notes in the line number bar
|
||||||
|
|||||||
Reference in New Issue
Block a user