awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesAsynchronous Updates

Background processing of folding ranges to maintain editor responsiveness.

Distinct from Code Folding: Focuses on the concurrency model of range calculation, not the UI capability of folding itself.

Explore 1 awesome GitHub repository matching software engineering & architecture · Asynchronous Updates. Refine with filters or upvote what's useful.

Awesome Asynchronous Updates GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kevinhwang91/nvim-ufokevinhwang91 的头像

    kevinhwang91/nvim-ufo

    2,882在 GitHub 上查看↗

    This is a code folding plugin for Neovim that manages foldable code blocks to reduce visual clutter and organize long source files. It functions as a folding provider and visualizer that leverages Language Server Protocol data and indentation patterns to identify and hide logical code sections. The plugin distinguishes itself through the ability to preview collapsed content in floating windows without expanding the fold. It also provides extensive visual customization for folded regions, including the use of virtual text indicators and custom markers to replace default ellipsis. The tool cov

    Implements background folding state updates to prevent the editor interface from freezing during range calculations.

    Luafoldlsplua
    在 GitHub 上查看↗2,882
  1. Home
  2. Software Engineering & Architecture
  3. Code Edit Formats
  4. Structural Folding
  5. Code Folding
  6. Asynchronous Updates