feat(nvim): add ltex lsp

This commit is contained in:
Price Hiller 2022-09-07 22:49:17 -05:00
parent da6f9d9af1
commit ab7f4374a6

View File

@ -289,6 +289,7 @@ for _, server in ipairs({
"rnix", "rnix",
"marksman", "marksman",
"texlab", "texlab",
"ltex",
}) do }) do
lspconfig[server].setup(opts) lspconfig[server].setup(opts)
end end