Kevin Hwang
Kevin Hwang
Will make the document of config complicated and make users understand the work mechanism difficulty. Even though the setup doesn't look compact, the users know how ufo to select the...
https://github.com/kevinhwang91/nvim-ufo/blob/c96bb3bb853ff6253fe74f057df03e61fafd2403/doc/example.lua#L26-L57
Should leave this issue open to listen to the sound.
The folding state before `diffthis` can't be restored now, will add a feature to save and restore folding state.
can't reproduce. `foldedPairs` never become `nil` if https://github.com/kevinhwang91/nvim-ufo/blob/1b5f2838099f283857729e820cc05e2b19df7a2c/lua/ufo/decorator.lua#L339 is fired. I don't know why you encounter this error. The foldtext should render after `nvim_set_decoration_provider.on_win`.
still unable to reproduce.
Try the latest code, please.
`marker` is a fallback provider with your config. For now, the ranges return from `marker` provider are not merged with the main provider. Will make it become default behavior after...
Watching this issue is enough.
Neovim can't handle the cross ranges like: ```lua local ranges = { { endLine = 5, kind = "comment", startLine = 3 }, { endLine = 7, kind = "marker",...