1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/config/plugins/tagbar.vim

13 lines
226 B
VimL
Raw Normal View History

let g:tagbar_width = g:spacevim_sidebar_width
2016-12-26 21:11:19 +08:00
let g:tagbar_left = 1
2017-02-01 23:10:59 +08:00
let g:tagbar_type_markdown = {
\ 'ctagstype' : 'markdown',
\ 'kinds' : [
\ 'h:headings',
\ ],
\ 'sort' : 0
\ }