mirror of
https://github.com/neovim/neovim.git
synced 2026-02-26 12:22:58 +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