diff options
-rw-r--r-- | .vim/after/plugin/tagbar.vim | 6 | ||||
-rwxr-xr-x | bin/vim-pack | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/.vim/after/plugin/tagbar.vim b/.vim/after/plugin/tagbar.vim deleted file mode 100644 index 213aae0..0000000 --- a/.vim/after/plugin/tagbar.vim +++ /dev/null @@ -1,6 +0,0 @@ -let g:tagbar_autoclose = 1 -let g:tagbar_autofocus = 1 - -let g:airline#extensions#tagbar#enabled = 1 - -nnoremap <Leader><space>s :TagbarToggle<CR> diff --git a/bin/vim-pack b/bin/vim-pack index 9eda443..00426ee 100755 --- a/bin/vim-pack +++ b/bin/vim-pack @@ -112,7 +112,6 @@ update_package org.vim https://github.com/axvr/org.vim.git & update_package fcitx.vim https://github.com/lilydjwg/fcitx.vim.git opt & update_package smartim https://github.com/ybian/smartim.git opt & update_package vim-table-mode https://github.com/dhruvasagar/vim-table-mode.git & -update_package tagbar https://github.com/preservim/tagbar & wait vim '"+helptags ALL"' +q |