1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

Hide help info and disable sort in tagbar buffer

This commit is contained in:
wsdjeg 2017-02-21 19:44:19 +08:00
parent bfbfc6fd0a
commit 40078d2009

View File

@ -1,5 +1,7 @@
let g:tagbar_width = g:spacevim_sidebar_width 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_compact = 1
let g:tagbar_type_markdown = { let g:tagbar_type_markdown = {