1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 01:10:05 +08:00

fix(scrollbar): disable scrollbar in leaderf buffer

This commit is contained in:
wsdjeg 2022-04-13 23:40:47 +08:00
parent e6dc367a83
commit 9737ef4218

View File

@ -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' : '█',