diff --git a/lua/configs/conform.lua b/lua/configs/conform.lua index 35ba6cf..4459375 100644 --- a/lua/configs/conform.lua +++ b/lua/configs/conform.lua @@ -5,11 +5,11 @@ local options = { -- html = { "prettier" }, }, - -- format_on_save = { - -- -- These options will be passed to conform.format() - -- timeout_ms = 500, - -- lsp_fallback = true, - -- }, + format_on_save = { + -- These options will be passed to conform.format() + timeout_ms = 500, + lsp_fallback = true, + }, } return options