Closed jcs090218 closed 3 years ago
Thanks for your issue. Could you eval this and paste message here?
(format "exe: %s\noutput: %s"
lsp-latex-texlab-executable
(shell-command-to-string (format "%s --version" lsp-latex-texlab-executable)))
No message at all...
BTW, I am on Windows and I don't have lsp-latex
setup now yet. Since lsp-mode
is actually requiring lsp-latex
for all downstream package. I will get this error immediately after (require 'lsp-mode)
. See
~OK, so you can download texlab from https://github.com/latex-lsp/texlab/releases. Please download this and add to PATH or set lsp-latex-texlab-executable to file path.~
EDIT: Sorry, I misread your comment. I will deal with it immediately.
@jcs090218 Might be done. Does it work?
Work like a charm! Thank you very much! 👍
I am getting this error while requiring
lsp-latex
. Any idea?