|
From: | Riccardo Romoli |
Subject: | |
Date: | Thu, 8 Feb 2024 13:31:04 +0000 |
(with-eval-after-load "tramp" (add-to-list 'tramp-remote-path "~/.cargo/bin"))
(setenv "PATH" (concat (getenv "PATH") ":~/.cargo/bin/"))
(setq exec-path (append exec-path '("~/.cargo/bin/")))
(require 'lsp-latex)
(setq lsp-latex-texlab-executable "~/.cargo/bin/")
(with-eval-after-load "tex-mode"
(add-hook 'tex-mode-hook 'lsp)
(add-hook 'latex-mode-hook 'lsp))
I still get this from lsp: LSP: The following servers support current file but do not have automatic installation: texlab-tramp. Command "texlab" is not present on the path.
Do you have any suggestions?
Best Regards
Riccardo
[Prev in Thread] | Current Thread | [Next in Thread] |