From 6d14df940bfd5a482fb8e0ea56ec37ae19b5d617 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 13 Sep 2017 21:26:36 +0800 Subject: [PATCH] Change the default value of tagbar_map_showproto close #840 --- config/plugins/tagbar.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/config/plugins/tagbar.vim b/config/plugins/tagbar.vim index e6847c340..44f32817a 100644 --- a/config/plugins/tagbar.vim +++ b/config/plugins/tagbar.vim @@ -2,3 +2,4 @@ let g:tagbar_width = get(g:, 'tagbar_width', g:spacevim_sidebar_width) let g:tagbar_left = get(g:, 'tagbar_left', 1) let g:tagbar_sort = get(g:, 'tagbar_sort', 0) let g:tagbar_compact = get(g:, 'tagbar_compact', 1) +let g:tagbar_map_showproto = get(g:, 'tagbar_map_showproto', '')