1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:20:06 +08:00
SpaceVim/config/plugins/tagbar.vim
2017-02-01 23:10:59 +08:00

13 lines
202 B
VimL

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