From f2e01d7e513067ddb57c75f6e38cdcf434946cf8 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 22 Oct 2018 00:02:58 +0200 Subject: Major refactoring for version 2.0 vim-plug has been removed and replaced with Vims internal bundle mechanism. But I already noticed, that there is also GLVM now and started trying that as well. --- plugin/tagbar.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugin/tagbar.vim (limited to 'plugin/tagbar.vim') diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim new file mode 100644 index 0000000..2758f20 --- /dev/null +++ b/plugin/tagbar.vim @@ -0,0 +1,10 @@ +augroup TAGBAR + let g:tagbar_autoclose = 0 + let g:tagbar_autofocus = 1 + let g:tagbar_autoshowtag = 0 + let g:tagbar_compact = 1 + let g:tagbar_indent = 0 + let g:tagbar_foldlevel = 99 + + packadd tagbar +augroup END -- cgit v1.2.3