diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-12 04:17:29 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-12 04:17:29 -0400 |
| commit | 140f3eeead7f56ce2fd65e727ae638372af97750 (patch) | |
| tree | 9ec2c0c4c2c4b88c02ab4418e67a10d4ff8986fa /2026/.dir-locals.el | |
| parent | 8cdb8016dedf16caf1bf5ad0eeb9d8b13e00ca2a (diff) | |
Add test server
Diffstat (limited to '2026/.dir-locals.el')
| -rw-r--r-- | 2026/.dir-locals.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2026/.dir-locals.el b/2026/.dir-locals.el new file mode 100644 index 0000000..3a4dc0c --- /dev/null +++ b/2026/.dir-locals.el @@ -0,0 +1,7 @@ +((rust-ts-mode . + ((eglot-workspace-configuration . + (:rust-analyzer + ( :check (:command "clippy") + :cargo ( :target "x86_64-unknown-linux-gnu" + :targetDir t) + :hover (:show (:fields 10)))))))) |
