aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-08-28 19:06:05 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-08-28 19:06:05 -0700
commit1fd547fe98a5100a041106e2bc353363ab0d5ad8 (patch)
tree0ecee5e53c8f44c13b3256147e94b73286d8343b /tests
parentf133da2f48dfb494cb1ed65c66a6908d86d1d801 (diff)
feat: ConformInfo command for debugging formatter status
Diffstat (limited to 'tests')
-rw-r--r--tests/options_doc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/options_doc.lua b/tests/options_doc.lua
index 6b215c2..f559d89 100644
--- a/tests/options_doc.lua
+++ b/tests/options_doc.lua
@@ -20,7 +20,7 @@ require("conform").setup({
lsp_fallback = true,
timeout_ms = 500,
},
- -- Set the log level. Use `:checkhealth conform` to see the location of the log file.
+ -- Set the log level. Use `:ConformInfo` to see the location of the log file.
log_level = vim.log.levels.ERROR,
-- Define custom formatters here
formatters = {