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:
parent
39750dec56
commit
a85c19a990
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user