aboutsummaryrefslogtreecommitdiff
path: root/plugin/tagbar.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/tagbar.vim')
-rw-r--r--plugin/tagbar.vim10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim
deleted file mode 100644
index 2758f20..0000000
--- a/plugin/tagbar.vim
+++ /dev/null
@@ -1,10 +0,0 @@
1augroup TAGBAR
2 let g:tagbar_autoclose = 0
3 let g:tagbar_autofocus = 1
4 let g:tagbar_autoshowtag = 0
5 let g:tagbar_compact = 1
6 let g:tagbar_indent = 0
7 let g:tagbar_foldlevel = 99
8
9 packadd tagbar
10augroup END
..