1 dépôt
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.
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.