mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 01:09:56 +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_width=30
|
||||||
let g:tagbar_left = 1
|
let g:tagbar_left = 1
|
||||||
|
|
||||||
|
|
||||||
|
let g:tagbar_type_markdown = {
|
||||||
|
\ 'ctagstype' : 'markdown',
|
||||||
|
\ 'kinds' : [
|
||||||
|
\ 'h:headings',
|
||||||
|
\ ],
|
||||||
|
\ 'sort' : 0
|
||||||
|
\ }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user