Koiro
Koiro
It works, thank you!
Do we need a better method to do that? I think using z axis value to decide 2d gizmos' occlusion relationship is more intuitive.
I have the same problem. Downgrading to [5b75cf6](https://github.com/kevinhwang91/nvim-ufo/commit/5b75cf5fdb74054fc8badb2e7ca9911dc0470d94) do work for me. For LazyVim, `lua/plugins/nvim-ufo.lua`: ``` lua return { { "kevinhwang91/nvim-ufo", commit = "5b75cf5fdb74054fc8badb2e7ca9911dc0470d94", }, } ```