feat(nvim): add texlab lsp

This commit is contained in:
Price Hiller 2022-09-05 21:10:03 -05:00
parent aa001502a5
commit 1c0a007bac

View File

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