mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
perf(scrollbar): disable scrollbar for tagbar and defx
This commit is contained in:
parent
69127e6586
commit
0d26faa31d
@ -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' : '█',
|
||||
|
Loading…
Reference in New Issue
Block a user