diff options
author | Guangxiong Lin <[email protected]> | 2022-03-27 00:22:07 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-27 00:22:07 +0800 |
commit | 6a29c792ceda37c34baba2620b2233895c6dd770 (patch) | |
tree | d73d27f0d82717bb252e8c6ab44946aad54fe8f0 /.vim/after/plugin/tagbar.vim | |
parent | 964332d61e6dc9f6c42050cfacafb830fbead1e6 (diff) | |
download | dotfiles-6a29c792ceda37c34baba2620b2233895c6dd770.tar.gz dotfiles-6a29c792ceda37c34baba2620b2233895c6dd770.tar.bz2 dotfiles-6a29c792ceda37c34baba2620b2233895c6dd770.zip |
Add tagbar into vim packages
Diffstat (limited to '.vim/after/plugin/tagbar.vim')
-rw-r--r-- | .vim/after/plugin/tagbar.vim | 4 |
1 files changed, 4 insertions, 0 deletions
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 <Leader><space>s :TagbarToggle<CR> |