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:
parent
b9105b575d
commit
43289d8016
@ -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
|
||||
\ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user