From 07797b39851da045aa1bfd0289de0858a1377c48 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 18 Dec 2022 20:29:55 +0100 Subject: Switched to nvim and neovide --- plugin/tagbar.vim | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 plugin/tagbar.vim (limited to 'plugin/tagbar.vim') 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 @@ -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