feat(lsp): Make ltex automatically choose the correct language
This commit is contained in:
parent
a50cb8c1b7
commit
442e0430b7
|
@ -107,6 +107,16 @@ return {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
["ltex"] = function()
|
||||||
|
lspconfig.ltex.setup {
|
||||||
|
capabilities = capabilities,
|
||||||
|
settings = {
|
||||||
|
ltex = {
|
||||||
|
language = "auto",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in a new issue