update and nvim autocorrect

This commit is contained in:
2025-11-29 12:08:11 +01:00
parent 7d592d60ca
commit a1560e7005
3 changed files with 24 additions and 151 deletions

View File

@@ -33,7 +33,7 @@ return {
tex = { "latexindent" },
c = { "clang_format" },
cpp = { "clang_format" },
["*"] = { "codespell" },
-- ["*"] = { "codespell" },
["_"] = { "trim_whitespace" },
},
formatters = {