mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
fix(scrollbar): disable scrollbar in leaderf buffer
This commit is contained in:
parent
e6dc367a83
commit
9737ef4218
@ -17,7 +17,7 @@ let s:default = {
|
||||
\ 'min_size' : 3,
|
||||
\ 'width' : 1,
|
||||
\ 'right_offset' : 1,
|
||||
\ 'excluded_filetypes' : ['startify'],
|
||||
\ 'excluded_filetypes' : ['startify', 'leaderf'],
|
||||
\ 'shape' : {
|
||||
\ 'head' : '▲',
|
||||
\ 'body' : '█',
|
||||
|
Loading…
Reference in New Issue
Block a user