mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-15 11:50:21 +01:00
disable codespell
This commit is contained in:
parent
22075fba72
commit
2f246c2e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ local sources = {
|
|||
null_ls.builtins.formatting.stylua,
|
||||
null_ls.builtins.formatting.trim_whitespace,
|
||||
null_ls.builtins.diagnostics.shellcheck,
|
||||
null_ls.builtins.diagnostics.codespell,
|
||||
--null_ls.builtins.diagnostics.codespell,
|
||||
}
|
||||
|
||||
null_ls.config({ sources = sources })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue