use nvim-foldsigns
because the built-in foldsigns are too cramped together
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
return {
|
||||||
|
'yaocccc/nvim-foldsign',
|
||||||
|
event = { 'BufReadPre', 'BufNewFile' },
|
||||||
|
opts = {
|
||||||
|
offset = -2,
|
||||||
|
foldsigns = {
|
||||||
|
open = '',
|
||||||
|
close = '',
|
||||||
|
seps = { '' },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user