overhaul of some dotfiles

This commit is contained in:
Blake Ridgway
2026-04-05 10:42:44 -05:00
parent 05cdb1ca14
commit 8a006faf65
69 changed files with 697 additions and 6191 deletions

View File

@@ -1,15 +1,17 @@
local options = {
return {
formatters_by_ft = {
lua = { "stylua" },
-- css = { "prettier" },
-- html = { "prettier" },
go = { "goimports", "gofmt" },
cs = { "csharpier" },
yaml = { "prettier" },
json = { "prettier" },
jsonc = { "prettier" },
sh = { "shfmt" },
bash = { "shfmt" },
},
-- format_on_save = {
-- -- These options will be passed to conform.format()
-- timeout_ms = 500,
-- lsp_fallback = true,
-- },
format_on_save = {
timeout_ms = 1000,
lsp_fallback = true,
},
}
return options