- Added codespell as lint and removed codespell as formatter
- Remove codespell lint info from trouble diagnostic
This commit is contained in:
Pratik Tripathy
2024-03-09 22:29:49 +05:30
parent e85d1170bc
commit b24886c297
3 changed files with 16 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ return {
sh = { { "shfmt", "shellharden" } },
bash = { { "shfmt", "shellharden" } },
zsh = { { "shfmt", "shellharden" } },
["*"] = { "codespell" },
["_"] = { "trim_whitespace" },
},
format_on_save = {