aboutsummaryrefslogtreecommitdiffstats
path: root/tests/options_doc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/options_doc.lua')
-rw-r--r--tests/options_doc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/options_doc.lua b/tests/options_doc.lua
index bdbf5df..82447fb 100644
--- a/tests/options_doc.lua
+++ b/tests/options_doc.lua
@@ -22,6 +22,8 @@ require("conform").setup({
},
-- 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 = {