From 0d26faa31dbf539bd878444d977c0b1d1e1601a1 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Wed, 26 Oct 2022 18:27:46 +0800 Subject: [PATCH] perf(scrollbar): disable scrollbar for tagbar and defx --- 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 ed07c5c36..b0ef85345 100644 --- a/autoload/SpaceVim/plugins/scrollbar.vim +++ b/autoload/SpaceVim/plugins/scrollbar.vim @@ -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' : '█',