use nvim-foldsigns

because the built-in foldsigns are too cramped together
This commit is contained in:
2024-11-29 14:08:19 -05:00
parent 25f1c9af32
commit 838510b6b7
+12
View File
@@ -0,0 +1,12 @@
return {
'yaocccc/nvim-foldsign',
event = { 'BufReadPre', 'BufNewFile' },
opts = {
offset = -2,
foldsigns = {
open = '',
close = '',
seps = { '' },
},
},
}