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 RepositoriesFormatting Fallbacks

Delegates to Neovim's built-in LSP formatting when no explicit formatter is configured for a buffer.

Distinct from LSP Integration: Distinct from LSP Integration: uses LSP specifically as a fallback mechanism for formatting, not as a general protocol integration.

Explore 1 awesome GitHub repository matching part of an awesome list · Formatting Fallbacks. Refine with filters or upvote what's useful.

Awesome Formatting Fallbacks 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

    Falls back to LSP formatting when no external formatter is configured for a given file type.

    Luaneovimneovim-pluginnvim
    Voir sur GitHub↗4,925
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. LSP Integration
  5. Formatting Fallbacks