838510b6b7
because the built-in foldsigns are too cramped together
13 lines
219 B
Lua
13 lines
219 B
Lua
return {
|
|
'yaocccc/nvim-foldsign',
|
|
event = { 'BufReadPre', 'BufNewFile' },
|
|
opts = {
|
|
offset = -2,
|
|
foldsigns = {
|
|
open = '',
|
|
close = '',
|
|
seps = { '' },
|
|
},
|
|
},
|
|
}
|