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.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/after/plugin/tagbar.vim b/.vim/after/plugin/tagbar.vim
new file mode 100644
index 0000000..691e781
--- /dev/null
+++ b/.vim/after/plugin/tagbar.vim
@@ -0,0 +1,6 @@
+let g:tagbar_autoclose = 1
+let g:tagbar_autofocus = 1
+
+let g:airline#extensions#tagbar#enabled = 0
+
+nnoremap <leader><leader>s :TagbarToggle<CR>