[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
|
-- Description : LaTeX config file for lsp
|
||||||
|
|
||||||
require("lspconfig").texlab.setup {
|
require("lspconfig").texlab.setup {
|
||||||
|
cmd = { vim.fn.stdpath("data") .. "/lsp_servers/latex/texlab" },
|
||||||
settings = {
|
settings = {
|
||||||
build = {
|
build = {
|
||||||
executable = "pdflatex"
|
executable = "pdflatex"
|
||||||
|
Reference in New Issue
Block a user