aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/tagbar.vim
blob: 213aae0e81a3936856e750ef8d6a11021a8028aa (plain)
1
2
3
4
5
6
let g:tagbar_autoclose = 1
let g:tagbar_autofocus = 1

let g:airline#extensions#tagbar#enabled = 1

nnoremap <Leader><space>s :TagbarToggle<CR>