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

How to disable the highlight when unfolding a block of code? #185

Closed niksingh710 closed 7 months ago

niksingh710 commented 7 months ago

Neovim version (nvim -v | head -n1)

NVIM v0.9.4

Operating system/version

arch linux

How to reproduce the issue

just the default config

Expected behavior

no highlight on unfolding

Actual behavior

output

rockyzhang24 commented 7 months ago

Set open_fold_hl_timeout to 0. Btw, doc is here https://github.com/kevinhwang91/nvim-ufo#setup-and-description.