mirror of
https://github.com/neovim/neovim.git
synced 2026-03-03 23:02:36 +10:00
**Problem:** The treesitter `foldexpr` runs synchronous parses to calculate fold levels, which eliminates async parsing performance in the highlighter. **Solution:** Migrate the `foldexpr` to also calculate and apply fold levels asynchronously.
14 KiB
14 KiB