aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-09-08 09:20:44 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-09-08 09:20:44 -0700
commitc3028b327bc44335cc2b5c3014cd6d5c12a54ee4 (patch)
tree81549a571d9784d5f7e99794bb167d837d23fee5 /doc/conform.txt
parent0db858075b4d8214a34a6836d994e2100fed51bf (diff)
feat: format() can always fall back to LSP formatting
Diffstat (limited to 'doc/conform.txt')
-rw-r--r--doc/conform.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index fada19a..149db88 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -99,8 +99,11 @@ format({opts}, {callback}): boolean *conform.forma
to false.
{formatters} `nil|string[]` List of formatters to run. Defaults to
all formatters for the buffer filetype.
- {lsp_fallback} `nil|boolean` Attempt LSP formatting if no formatters
- are available. Defaults to false.
+ {lsp_fallback} `nil|boolean|"always"` Attempt LSP formatting if no
+ formatters are available. Defaults to false. If
+ "always", will attempt LSP formatting even if
+ formatters are available (useful if you set formatters
+ for the "*" filetype)
{quiet} `nil|boolean` Don't show any notifications for warnings
or failures. Defaults to false.
{range} `nil|table` Range to format. Table must contain `start`