From 811adf796fc5df0e1bc0354f79339c13457fee3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Tue, 31 Dec 2024 12:46:58 +0100 Subject: [PATCH] feat: format on save --- lua/configs/conform.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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