mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:20:05 +08:00
15 lines
273 B
VimL
15 lines
273 B
VimL
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
|
|
\ }
|
|
|