initial 0.11 rebuild

This commit is contained in:
Adam Bellinson
2026-09-07 02:38:17 -04:00
committed by thread
parent a6de358fd4
commit 8a60a569c9
12 changed files with 362 additions and 1 deletions
+15
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