tweaks gitconfig,nvim,yazi

This commit is contained in:
Henrik Bakken
2025-09-07 22:08:08 +02:00
parent ee762fad63
commit 965e5a16f9
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -1464,6 +1464,7 @@ local function makespec_conform()
markdown = { "prettierd", "prettier", stop_after_first = true },
python = { "ruff_format", "ruff_fix", "ruff_organize_imports" },
sh = { "shfmt" },
toml = { "pyproject-fmt" },
bash = { "shfmt" },
typescript = { "eslint_d" },
typst = { "typstyle" },