chore(nvim): deactivate automatic codespell fixing

This commit is contained in:
Stefan Imhoff
2024-03-05 17:41:44 +01:00
parent 60a63b039d
commit 8b11e562c8

View File

@@ -26,7 +26,7 @@ return {
}, },
}, },
formatters_by_ft = { formatters_by_ft = {
["*"] = { "codespell" }, -- ["*"] = { "codespell" },
["_"] = { "trim_whitespace" }, ["_"] = { "trim_whitespace" },
astro = { { "prettierd", "prettier" } }, astro = { { "prettierd", "prettier" } },
css = { { "prettierd", "prettier" }, "stylelint" }, css = { { "prettierd", "prettier" }, "stylelint" },