mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
NVIM
- Added codespell as lint and removed codespell as formatter - Remove codespell lint info from trouble diagnostic
This commit is contained in:
@@ -24,7 +24,6 @@ return {
|
||||
sh = { { "shfmt", "shellharden" } },
|
||||
bash = { { "shfmt", "shellharden" } },
|
||||
zsh = { { "shfmt", "shellharden" } },
|
||||
["*"] = { "codespell" },
|
||||
["_"] = { "trim_whitespace" },
|
||||
},
|
||||
format_on_save = {
|
||||
|
||||
Reference in New Issue
Block a user