From 6a29c792ceda37c34baba2620b2233895c6dd770 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 27 Mar 2022 00:22:07 +0800 Subject: Add tagbar into vim packages --- .vim/after/plugin/tagbar.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vim/after/plugin/tagbar.vim (limited to '.vim/after/plugin/tagbar.vim') diff --git a/.vim/after/plugin/tagbar.vim b/.vim/after/plugin/tagbar.vim new file mode 100644 index 0000000..6ed56d8 --- /dev/null +++ b/.vim/after/plugin/tagbar.vim @@ -0,0 +1,4 @@ +let g:tagbar_autoclose = 1 +let g:tagbar_autofocus = 1 + +nnoremap s :TagbarToggle -- cgit v1.2.3