mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): deactivate automatic codespell fixing
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user