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