Skip to content
Snippets Groups Projects
Commit 81a4d366 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Fix tramp configuration for cargo

parent 511278a5
No related branches found
No related tags found
No related merge requests found
......@@ -882,13 +882,11 @@ For rust
;; :major-modes '(rust-mode)
;; :remote? t
;; :server-id 'rust-analyzer-remote))
(if (boundp 'tramp-remote-path)
(add-to-list 'tramp-remote-path "~/.cargo/bin")
(setq tramp-remote-path '("~/.cargo/bin"))
)
(with-eval-after-load "tramp" (add-to-list 'tramp-remote-path "~/.cargo/bin"))
#+end_src
*** Integration with treemacs
LSP can integrate with treemacs to display packages, class, symbols and such.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment