refactor some configs

This commit is contained in:
Barrett Ruth 2026-02-10 21:17:31 -05:00
parent 76a60f6928
commit a6dda9ff0b
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 244 additions and 229 deletions

View file

@ -38,5 +38,9 @@ return {
ft('make'):lint('checkmake')
ft('cpp'):lint('cpplint')
ft('markdown'):fmt('cbfmt'):append('prettierd')
ft('nix'):fmt({
cmd = 'nixfmt',
stdin = true,
})
end,
}