[LSP] Fix texlab config

This commit is contained in:
Janis Hutz 2025-06-05 10:34:39 +02:00
parent 68c12127c2
commit 4d6a5a431c

View File

@ -162,11 +162,8 @@ return {
-- │ LaTeX │
-- └ ┘
lsp.config("texlab", {
cmd = { "texlab" },
filetypes = { "tex", "latex", "bib" },
root_dir = function(fname)
return vim.loop.cwd()
end,
capabilities = capabilities,
on_attach = on_attach,
})
-- ┌ ┐