Made british english work
This commit is contained in:
parent
281f8141c3
commit
a30db88a44
1 changed files with 11 additions and 8 deletions
|
|
@ -40,6 +40,9 @@ return {
|
|||
})
|
||||
end,
|
||||
})
|
||||
vim.lsp.config('ltex_plus', {
|
||||
settings = { ltex = { language = "en-GB" } }
|
||||
})
|
||||
end
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue