From a454991a9fccd7c9e6ba48876488b2e4f15de19c Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Mon, 12 Feb 2024 02:42:00 +0100 Subject: add rust-analyzer lsp config --- rust-analyzer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rust-analyzer.json diff --git a/rust-analyzer.json b/rust-analyzer.json new file mode 100644 index 0000000..2227cb4 --- /dev/null +++ b/rust-analyzer.json @@ -0,0 +1,7 @@ +{ + "rust-analyzer":{ + "cargo": { + "target" : "x86_64-rustubs" + } + } +} -- cgit v1.2.3-70-g09d2