From 40078d20092a8da5bd19117efbb0e6c201d19795 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 21 Feb 2017 19:44:19 +0800 Subject: [PATCH] Hide help info and disable sort in tagbar buffer --- config/plugins/tagbar.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/plugins/tagbar.vim b/config/plugins/tagbar.vim index badc79e89..0da2efa50 100644 --- a/config/plugins/tagbar.vim +++ b/config/plugins/tagbar.vim @@ -1,5 +1,7 @@ let g:tagbar_width = g:spacevim_sidebar_width let g:tagbar_left = 1 +let g:tagbar_sort = 0 +let g:tagbar_compact = 1 let g:tagbar_type_markdown = {