summaryrefslogtreecommitdiffstats
path: root/lua/conform/health.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/health.lua')
-rw-r--r--lua/conform/health.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/conform/health.lua b/lua/conform/health.lua
index 195a331..d36ef03 100644
--- a/lua/conform/health.lua
+++ b/lua/conform/health.lua
@@ -90,6 +90,9 @@ M.show_window = function()
seen[formatter.name] = true
end
append_formatters(buf_formatters)
+ if vim.tbl_isempty(buf_formatters) then
+ table.insert(lines, "<none>")
+ end
table.insert(lines, "")
table.insert(lines, "Other formatters:")