update ufo (not sure if this did something)
This commit is contained in:
@@ -11,8 +11,8 @@ return {
|
||||
require('statuscol').setup({
|
||||
relculright = true,
|
||||
segments = {
|
||||
{ text = { builtin.foldfunc }, sign = { colwidth = 2 }, click = 'v:lua.ScFa', },
|
||||
{ text = { '%s' }, click = 'v:lua.ScSa', hl = 'FoldColumn' },
|
||||
{ text = { builtin.foldfunc }, sign = { colwidth = 1 }, click = 'v:lua.ScFa', },
|
||||
{ text = { '%s' }, sign = { colwidth = 1 }, click = 'v:lua.ScSa', hl = 'FoldColumn' },
|
||||
{ text = { builtin.lnumfunc, ' ' }, click = 'v:lua.ScLa', hl = 'FoldColumn' },
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user