From 140f3eeead7f56ce2fd65e727ae638372af97750 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 12 Jun 2026 04:17:29 -0400 Subject: Add test server --- 2026/.dir-locals.el | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 2026/.dir-locals.el (limited to '2026/.dir-locals.el') 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)))))))) -- cgit v1.2.3