LunarVim/ftplugin/tex.lua
2021-07-04 22:14:01 -03:00

4 lines
138 B
Lua

require("lspconfig").texlab.setup {
cmd = { DATA_PATH .. "/lspinstall/latex/texlab" },
on_attach = require("lsp").common_on_attach,
}