From fd168a23bdc4f07d549cd91390eea2dc613c542a Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 27 Mar 2022 10:31:47 +0800 Subject: Remove tagbar (vim) --- .vim/after/plugin/tagbar.vim | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .vim/after/plugin/tagbar.vim (limited to '.vim') 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 s :TagbarToggle -- cgit v1.2.3