diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-02-12 02:42:00 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:13:38 +0200 |
| commit | a454991a9fccd7c9e6ba48876488b2e4f15de19c (patch) | |
| tree | 62bc20389fda582db16b94265d70efbea58f0991 /rust-analyzer.json | |
| parent | 5e9190ff1a7d35e812b42c5bb9cbb742c2d313fb (diff) | |
add rust-analyzer lsp config
Diffstat (limited to 'rust-analyzer.json')
| -rw-r--r-- | rust-analyzer.json | 7 |
1 files changed, 7 insertions, 0 deletions
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" + } + } +} |
