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

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

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

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