Combine fold column and sign column
Is it possible to combine the fold and sign column? Here's an example:
I hacked it together, but it does not work very well yet. E.g., the clicking can only work for either the sign, or the fold marker.
I'm using nvim-ufo for folding. I also tried the following:
sign = { namespace = { "ufo", "diagnostic" } },
But that did not show the fold marks for ufo.
this is really what i want
in order to implement this i spent a few days
now i think i have implemented it
if you want to know how to do this
you can check my dotfiles repository
there is a lua file named foldsign and another named statuscolumn which are used to implemented this feature
@Kaiser-Yang have you deleted these lua configs? Something went wrong?
@Kaiser-Yang have you deleted these lua configs? Something went wrong?
fold_sign.lua and statuscol.lua
The result looks like: