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
Branches
No related tags found
No related merge requests found
...@@ -882,13 +882,11 @@ For rust ...@@ -882,13 +882,11 @@ For rust
;; :major-modes '(rust-mode) ;; :major-modes '(rust-mode)
;; :remote? t ;; :remote? t
;; :server-id 'rust-analyzer-remote)) ;; :server-id 'rust-analyzer-remote))
(if (boundp 'tramp-remote-path) (with-eval-after-load "tramp" (add-to-list 'tramp-remote-path "~/.cargo/bin"))
(add-to-list 'tramp-remote-path "~/.cargo/bin")
(setq tramp-remote-path '("~/.cargo/bin"))
)
#+end_src #+end_src
*** Integration with treemacs *** Integration with treemacs
LSP can integrate with treemacs to display packages, class, symbols and such. 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