From 9737ef42182422a845284264bf3cde99b4739e88 Mon Sep 17 00:00:00 2001 From: wsdjeg <wsdjeg@outlook.com> Date: Wed, 13 Apr 2022 23:40:47 +0800 Subject: [PATCH] fix(scrollbar): disable scrollbar in leaderf buffer --- autoload/SpaceVim/plugins/scrollbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/SpaceVim/plugins/scrollbar.vim b/autoload/SpaceVim/plugins/scrollbar.vim index b30eff1d7..45d20f71d 100644 --- a/autoload/SpaceVim/plugins/scrollbar.vim +++ b/autoload/SpaceVim/plugins/scrollbar.vim @@ -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' : '█',