This commit is contained in:
rohith 2025-02-22 09:46:02 +05:30
parent 2c86cd9d4b
commit 278cf40e30
24 changed files with 237 additions and 1805 deletions

15
lua/configs/conform.lua Normal file
View file

@ -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