diff options
author | Guangxiong Lin <[email protected]> | 2022-05-10 00:00:28 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-05-10 00:00:28 +0800 |
commit | d2ed291c5f9db11e0d1b227f05464e8bb4704867 (patch) | |
tree | 2e34bae45e9d2731dee608ef69c8431b50562944 /.vim/after/plugin/tagbar.vim | |
parent | 125e4ed168252fa6b52a33146e4107b77a4817c6 (diff) | |
download | dotfiles-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.vim | 2 |
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> |