mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:20:06 +08:00
Remove bug
This commit is contained in:
parent
0860871a17
commit
1cff5459b0
@ -2,13 +2,3 @@ let g:tagbar_width = g:spacevim_sidebar_width
|
|||||||
let g:tagbar_left = 1
|
let g:tagbar_left = 1
|
||||||
let g:tagbar_sort = 0
|
let g:tagbar_sort = 0
|
||||||
let g:tagbar_compact = 1
|
let g:tagbar_compact = 1
|
||||||
|
|
||||||
|
|
||||||
let g:tagbar_type_markdown = {
|
|
||||||
\ 'ctagstype' : 'markdown',
|
|
||||||
\ 'kinds' : [
|
|
||||||
\ 'h:headings',
|
|
||||||
\ ],
|
|
||||||
\ 'sort' : 0
|
|
||||||
\ }
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user