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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • stevearc/conform.nvimAvatar de stevearc

    stevearc/conform.nvim

    4,925Voir sur GitHub↗

    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
    Voir sur GitHub↗4,925
  1. Home
  2. Development Tools & Productivity
  3. Formatting Configurations
  4. Execution Modes