refactor(nvim): remove ltex language server

This commit is contained in:
Price Hiller 2023-04-24 15:30:57 -05:00
parent fa5450b921
commit 84a289056c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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