1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00

Fix markdown tagbar support

This commit is contained in:
wsdjeg 2017-02-01 23:10:59 +08:00
parent b9105b575d
commit 43289d8016

View File

@ -1,2 +1,12 @@
let g:tagbar_width=30
let g:tagbar_left = 1
let g:tagbar_type_markdown = {
\ 'ctagstype' : 'markdown',
\ 'kinds' : [
\ 'h:headings',
\ ],
\ 'sort' : 0
\ }