From 28e8bdf7f8286bd431b7f3b709e79f3827b31469 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:54:03 +0900 Subject: updates --- debian/.config/NvChad/lua/configs/conform.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/.config/NvChad/lua/configs/conform.lua (limited to 'debian/.config/NvChad/lua/configs/conform.lua') diff --git a/debian/.config/NvChad/lua/configs/conform.lua b/debian/.config/NvChad/lua/configs/conform.lua new file mode 100644 index 0000000..35ba6cf --- /dev/null +++ b/debian/.config/NvChad/lua/configs/conform.lua @@ -0,0 +1,15 @@ +local options = { + formatters_by_ft = { + lua = { "stylua" }, + -- css = { "prettier" }, + -- html = { "prettier" }, + }, + + -- format_on_save = { + -- -- These options will be passed to conform.format() + -- timeout_ms = 500, + -- lsp_fallback = true, + -- }, +} + +return options -- cgit v1.2.3