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

perf(scrollbar): disable scrollbar for tagbar and defx

This commit is contained in:
wsdjeg 2022-10-26 18:27:46 +08:00
parent 69127e6586
commit 0d26faa31d

View File

@ -24,7 +24,7 @@ let s:default = {
\ 'min_size' : 3,
\ 'width' : 1,
\ 'right_offset' : 1,
\ 'excluded_filetypes' : ['startify', 'leaderf', 'NvimTree'],
\ 'excluded_filetypes' : ['startify', 'leaderf', 'NvimTree', 'tagbar', 'defx'],
\ 'shape' : {
\ 'head' : '▲',
\ 'body' : '█',