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 -\ } -