kevinhwang91 / nvim-ufo

Not UFO in the sky, but an ultra fold in Neovim.
BSD 3-Clause "New" or "Revised" License
2.16k stars 37 forks source link

Support Inlay #155

Closed kevinhwang91 closed 10 months ago

kevinhwang91 commented 10 months ago

Feature description

In VSCode

image

Fold line 39:

image

In Neovim with ufo

image

Fold line 39

image

Need to support inlay for folded line.

Describe the solution you'd like

Capture virtual text for inlay by ufo.

Additional context

No response

kevinhwang91 commented 10 months ago

image done