LunarVim/ftplugin/tex.lua

5 lines
138 B
Lua
Raw Normal View History

2021-07-05 03:14:01 +02:00
require("lspconfig").texlab.setup {
cmd = { DATA_PATH .. "/lspinstall/latex/texlab" },
on_attach = require("lsp").common_on_attach,
}