1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-15 11:35:40 +08:00
SpaceVim/config/plugins/tagbar.vim

15 lines
273 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
let g:tagbar_sort = 0
let g:tagbar_compact = 1
2017-02-01 23:10:59 +08:00
let g:tagbar_type_markdown = {
\ 'ctagstype' : 'markdown',
\ 'kinds' : [
\ 'h:headings',
\ ],
\ 'sort' : 0
\ }