[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 │ -- │ LaTeX │
-- └ ┘ -- └ ┘
lsp.config("texlab", { lsp.config("texlab", {
cmd = { "texlab" }, capabilities = capabilities,
filetypes = { "tex", "latex", "bib" }, on_attach = on_attach,
root_dir = function(fname)
return vim.loop.cwd()
end,
}) })
-- ┌ ┐ -- ┌ ┐