You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this really a duplicate? I use https://github.com/ray-x/go.nvim & everything has worked as expected until yesterday, close_fold_kinds changed to close_fold_kinds_for_ft, so i updated my config from close_fold_kinds = {} to close_fold_kinds_for_ft = {}, no luck though, all folds open during gofmt even though folds stayed closed in prior ufo versions
Neovim version (nvim -v | head -n1)
NVIM v0.9.5
Operating system/version
Arch linux
i use manual formatting (LSP)
if i format my file having few functions folded it opens all the folds.
Expected behavior
After format the part that is folded should be folded and the part that is not folded should be kept like that.
Actual behavior
opens all folds when formatted.
These are my selection provider.
The text was updated successfully, but these errors were encountered: