mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:20:04 +08:00
perf(scrollbar): change min_size to 5
This commit is contained in:
parent
fcaab916b5
commit
9c31df502d
@ -36,7 +36,7 @@ scriptencoding utf-8
|
||||
|
||||
let s:default = {
|
||||
\ 'max_size' : 10,
|
||||
\ 'min_size' : 3,
|
||||
\ 'min_size' : 5,
|
||||
\ 'width' : 1,
|
||||
\ 'right_offset' : 1,
|
||||
\ 'excluded_filetypes' : ['startify', 'git-commit','leaderf', 'NvimTree', 'tagbar', 'defx', 'neo-tree', 'qf'],
|
||||
|
@ -13,7 +13,7 @@ local buffer = require('spacevim.api.vim.buffer')
|
||||
|
||||
local default_conf = {
|
||||
max_size = 10,
|
||||
min_size = 3,
|
||||
min_size = 5,
|
||||
width = 1,
|
||||
right_offset = 1,
|
||||
excluded_filetypes = {
|
||||
|
Loading…
Reference in New Issue
Block a user