[nvim] fix: texlab command for lsp
specified the path to lsp server
This commit is contained in:
parent
1552146cd7
commit
ecc15d8798
@ -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"
|
||||
|
Reference in New Issue
Block a user