mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-24 10:47:07 +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,
|
\ 'min_size' : 3,
|
||||||
\ 'width' : 1,
|
\ 'width' : 1,
|
||||||
\ 'right_offset' : 1,
|
\ 'right_offset' : 1,
|
||||||
\ 'excluded_filetypes' : ['startify', 'leaderf', 'NvimTree'],
|
\ 'excluded_filetypes' : ['startify', 'leaderf', 'NvimTree', 'tagbar', 'defx'],
|
||||||
\ 'shape' : {
|
\ 'shape' : {
|
||||||
\ 'head' : '▲',
|
\ 'head' : '▲',
|
||||||
\ 'body' : '█',
|
\ 'body' : '█',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user