kevinhwang91 / nvim-ufo

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

How can set Ufo virtual text highlight? #101

Closed JuanZoran closed 1 year ago

JuanZoran commented 1 year ago

Neovim version (nvim -v | head -n1)

NVIM v0.9

Operating system/version

Ubuntu 22.04

How to reproduce the issue

nop

Expected behavior

changing the highlight

Actual behavior

I didn't found Ufo highlight group for virtual text

kevinhwang91 commented 1 year ago

Not sure what highlight you expected. Need more details.

JuanZoran commented 1 year ago

sorry for my ambiguous statements, what I want to set is about ''  %d '' highlight

kevinhwang91 commented 1 year ago

https://github.com/kevinhwang91/nvim-ufo/blob/4d10f5fe4ac42c2e23b914ab21db9cce7b5e534e/README.md#L350

JuanZoran commented 1 year ago

Thank you for that