aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/tagbar.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-05-10 00:00:28 +0800
committerGuangxiong Lin <[email protected]>2022-05-10 00:00:28 +0800
commitd2ed291c5f9db11e0d1b227f05464e8bb4704867 (patch)
tree2e34bae45e9d2731dee608ef69c8431b50562944 /.vim/after/plugin/tagbar.vim
parent125e4ed168252fa6b52a33146e4107b77a4817c6 (diff)
downloaddotfiles-d2ed291c5f9db11e0d1b227f05464e8bb4704867.tar.gz
dotfiles-d2ed291c5f9db11e0d1b227f05464e8bb4704867.tar.bz2
dotfiles-d2ed291c5f9db11e0d1b227f05464e8bb4704867.zip
Reduce the extensions loaded by airline (vim)
Diffstat (limited to '.vim/after/plugin/tagbar.vim')
-rw-r--r--.vim/after/plugin/tagbar.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/.vim/after/plugin/tagbar.vim b/.vim/after/plugin/tagbar.vim
index 691e781..28faf47 100644
--- a/.vim/after/plugin/tagbar.vim
+++ b/.vim/after/plugin/tagbar.vim
@@ -1,6 +1,4 @@
let g:tagbar_autoclose = 1
let g:tagbar_autofocus = 1
-let g:airline#extensions#tagbar#enabled = 0
-
nnoremap <leader><leader>s :TagbarToggle<CR>