[nvim] fix: texlab command for lsp

specified the path to lsp server
This commit is contained in:
David JULIEN 2021-10-18 22:48:42 +02:00
parent 1552146cd7
commit ecc15d8798
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
-- Description : LaTeX config file for lsp
require("lspconfig").texlab.setup {
cmd = { vim.fn.stdpath("data") .. "/lsp_servers/latex/texlab" },
settings = {
build = {
executable = "pdflatex"