aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-08-30 03:26:39 +0000
committerGithub Actions <actions@github>2023-08-30 03:26:39 +0000
commite073f92040c05bdc3184597a539b9c159b51346a (patch)
treed5d833890b3d347e89379f51084dcabaf5f1e7c7 /doc
parent08dc913fb22d402a98d1d9733536f2876c6f6314 (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 2e207fd..16faaf4 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -36,6 +36,8 @@ OPTIONS *conform-option
},
-- Set the log level. Use `:ConformInfo` to see the location of the log file.
log_level = vim.log.levels.ERROR,
+ -- Conform will notify you when a formatter errors
+ notify_on_error = true,
-- Define custom formatters here
formatters = {
my_formatter = {