1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:50:04 +08:00
SpaceVim/config/plugins/tagbar.vim
2017-02-16 21:46:37 +08:00

13 lines
226 B
VimL

let g:tagbar_width = g:spacevim_sidebar_width
let g:tagbar_left = 1
let g:tagbar_type_markdown = {
\ 'ctagstype' : 'markdown',
\ 'kinds' : [
\ 'h:headings',
\ ],
\ 'sort' : 0
\ }