From 1cff5459b00e450194441cca0c8a0d4611cb24c9 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 22 Feb 2017 19:35:35 +0800 Subject: [PATCH] Remove bug --- config/plugins/tagbar.vim | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/config/plugins/tagbar.vim b/config/plugins/tagbar.vim index 0da2efa50..8721bc171 100644 --- a/config/plugins/tagbar.vim +++ b/config/plugins/tagbar.vim @@ -2,13 +2,3 @@ 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 = { - \ 'ctagstype' : 'markdown', - \ 'kinds' : [ - \ 'h:headings', - \ ], - \ 'sort' : 0 -\ } -