Spell check

This commit is contained in:
2025-02-01 07:17:01 +01:00
parent 5b1d0d66de
commit 443a0cb897
4 changed files with 20 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ local linters = {
latex = { "proselint" },
tex = { "proselint" },
plaintex = { "proselint" },
ada = { "gnat", "gcc", "cspell" },
ada = { "gnat", "gcc", "adals", "cspell" },
}
vim.g.ale_linters = linters
@@ -20,7 +20,7 @@ vim.g.ale_fixers = {
bash = { "bashate" },
c = { "astyle" },
latex = { "texlab", "textlint" },
tex = { "textlint" },
tex = { "textlint" },
lua = { "stylua" },
markdown = { "prettier", "pandoc" },
python = { "yapf" },