minor changes to ltex

This commit is contained in:
Solomon Laing 2023-04-19 10:19:19 +09:30
parent 0b54645b2e
commit 0148f0535c

View File

@ -20,7 +20,7 @@ return {
severity_sort = true,
},
servers = {
sumneko_lua = {
lua_ls = {
settings = {
Lua = {
workspace = {
@ -32,6 +32,13 @@ return {
},
},
},
ltex = {
settings = {
ltex = {
language = "en-AU",
},
},
},
},
setup = {
-- additional setup can be added here.