aboutsummaryrefslogtreecommitdiff
path: root/.vim/after
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-27 10:31:47 +0800
committerGuangxiong Lin <[email protected]>2022-03-27 10:31:47 +0800
commitfd168a23bdc4f07d549cd91390eea2dc613c542a (patch)
tree87a3d19f4e7cb056651b1a7e78bad9e26d9ab1b7 /.vim/after
parent3cc6c3e489d39f6a9df48639e835fbca9f6c2fe4 (diff)
downloaddotfiles-fd168a23bdc4f07d549cd91390eea2dc613c542a.tar.gz
dotfiles-fd168a23bdc4f07d549cd91390eea2dc613c542a.tar.bz2
dotfiles-fd168a23bdc4f07d549cd91390eea2dc613c542a.zip
Remove tagbar (vim)
Diffstat (limited to '.vim/after')
-rw-r--r--.vim/after/plugin/tagbar.vim6
1 files changed, 0 insertions, 6 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>