awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesExecution Modes

Configures whether formatting runs synchronously or asynchronously with timeout, LSP fallback, and range options.

Distinct from Formatting Configurations: Distinct from Formatting Configurations: focuses on how and when formatting is triggered (sync/async, timeouts), not the styling rules themselves.

Explore 1 awesome GitHub repository matching development tools & productivity · Execution Modes. Refine with filters or upvote what's useful.

Awesome Execution Modes GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • stevearc/conform.nvimAvatar von stevearc

    stevearc/conform.nvim

    4,925Auf GitHub ansehen↗

    conform.nvim is a Neovim plugin that formats code buffers using external formatters while preserving editor state such as cursor position, folds, and viewport. It supports embedded code block formatting, applying language-specific formatting rules to code blocks inside Markdown and similar documents. The plugin runs formatters asynchronously via Neovim's job control, keeping the editor responsive during formatting operations. It offers a configurable formatter selection algorithm that picks a formatter based on filetype, buffer-local variables, or custom predicate functions. Users can define

    Supports both synchronous and asynchronous formatting with configurable timeout and range selection.

    Luaneovimneovim-pluginnvim
    Auf GitHub ansehen↗4,925
  1. Home
  2. Development Tools & Productivity
  3. Formatting Configurations
  4. Execution Modes