mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-23 04:05:22 +02:00
4 lines
134 B
Lua
4 lines
134 B
Lua
require'lspconfig'.texlab.setup{
|
|
cmd = {DATA_PATH .. "/lspinstall/latex/texlab"},
|
|
on_attach = require'lsp'.common_on_attach
|
|
}
|