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