summaryrefslogtreecommitdiff
path: root/.config/nvim/lsp-settings/rust_analyzer.json
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-08 23:13:05 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-08 23:13:05 +0100
commitc9e2adbbc8fd7a5398c8c66d21f0e02dc7b60203 (patch)
tree274263ba15e0197180af8bb681e22c4780d5de05 /.config/nvim/lsp-settings/rust_analyzer.json
parente4ea22e223bbd6b4091610c6fa093862cbd32f75 (diff)
Add new lunarvin updates
Diffstat (limited to '.config/nvim/lsp-settings/rust_analyzer.json')
-rw-r--r--.config/nvim/lsp-settings/rust_analyzer.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/lsp-settings/rust_analyzer.json b/.config/nvim/lsp-settings/rust_analyzer.json
new file mode 100644
index 0000000..8130c24
--- /dev/null
+++ b/.config/nvim/lsp-settings/rust_analyzer.json
@@ -0,0 +1,4 @@
+{
+ "rust-analyzer.lens.enable": true,
+ "rust-analyzer.lens.references": true
+}