1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

perf(scrollbar): disable scrollbar in git commit buffer

This commit is contained in:
wsdjeg 2022-11-12 22:19:00 +08:00
parent 39750dec56
commit a85c19a990

View File

@ -24,18 +24,18 @@ let s:default = {
\ 'min_size' : 3,
\ 'width' : 1,
\ 'right_offset' : 1,
\ 'excluded_filetypes' : ['startify', 'leaderf', 'NvimTree', 'tagbar', 'defx'],
\ 'excluded_filetypes' : ['startify', 'git-commit','leaderf', 'NvimTree', 'tagbar', 'defx'],
\ 'shape' : {
\ 'head' : '▲',
\ 'body' : '█',
\ 'tail' : '▼',
\ },
\ 'highlight' : {
\ 'head' : 'Normal',
\ 'body' : 'Normal',
\ 'tail' : 'Normal',
\ }
\ }
\ 'head' : '▲',
\ 'body' : '█',
\ 'tail' : '▼',
\ },
\ 'highlight' : {
\ 'head' : 'Normal',
\ 'body' : 'Normal',
\ 'tail' : 'Normal',
\ }
\ }
augroup spacevim_scrollbar
autocmd!