chore: some qol crap

This commit is contained in:
Mariano Z. 2025-04-02 18:07:53 -03:00
parent 867159343a
commit 6fb744cdae
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
34 changed files with 433 additions and 598 deletions

View file

@ -12,9 +12,12 @@ return {
svelte = { lsp_format = "fallback" },
html = { "prettierd", "prettier" },
typescript = { "prettierd", "prettier" },
lua = { "stylua" },
typescriptreact = { "prettierd", "prettier" },
javascript = { "prettierd", "prettier", stop_after_first = true },
json = { "prettierd", "prettier" },
htmlhugo = { "prettierd", "prettier" },
markdown = { "prettierd", "prettier" },
lua = { "stylua" },
sh = { "shfmt" },
bash = { "shfmt" },
tex = { "latexindent" },
@ -25,8 +28,6 @@ return {
cpp = { "clang-format" },
hcl = { "hcl" },
toml = { "taplo" },
htmlhugo = { "prettierd", "prettier" },
markdown = { "prettierd", "prettier" },
},
formatters = {
csharpier = {