diff options
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 23a499f..7d26985 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,2 +1,8 @@ -;; ((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "wasm32-unknown-unknown"))))))) -((rust-mode . ((eglot-workspace-configuration . (:rust-analyzer (:cargo (:target "x86_64-unknown-linux-gnu"))))))) +((rust-ts-mode . + ((eglot-workspace-configuration . + (:rust-analyzer + ( :cargo + ( :target "wasm32-unknown-unknown" + :targetDir t) + :hover + (:show (:fields 10)))))))) |
