Made british english work

This commit is contained in:
Warwick New 2026-04-09 12:06:42 +01:00
parent 281f8141c3
commit a30db88a44

View file

@ -40,6 +40,9 @@ return {
}) })
end, end,
}) })
vim.lsp.config('ltex_plus', {
settings = { ltex = { language = "en-GB" } }
})
end end
}, },
} }