aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/tagbar.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin/tagbar.vim')
-rw-r--r--.vim/after/plugin/tagbar.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/after/plugin/tagbar.vim b/.vim/after/plugin/tagbar.vim
index 6ed56d8..213aae0 100644
--- a/.vim/after/plugin/tagbar.vim
+++ b/.vim/after/plugin/tagbar.vim
@@ -1,4 +1,6 @@
let g:tagbar_autoclose = 1
let g:tagbar_autofocus = 1
+let g:airline#extensions#tagbar#enabled = 1
+
nnoremap <Leader><space>s :TagbarToggle<CR>