From f42f70da93a162cca62859232e4ff0480c6fb846 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 17 Mar 2024 22:26:04 +0100 Subject: feat: reborn --- lua/pml68/configs/settings/rust_analyzer.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 lua/pml68/configs/settings/rust_analyzer.lua (limited to 'lua/pml68/configs/settings/rust_analyzer.lua') diff --git a/lua/pml68/configs/settings/rust_analyzer.lua b/lua/pml68/configs/settings/rust_analyzer.lua new file mode 100755 index 0000000..e89b07f --- /dev/null +++ b/lua/pml68/configs/settings/rust_analyzer.lua @@ -0,0 +1,10 @@ +return { + filetypes = {"rust"}, + settings = { + ['rust-analyzer'] = { + cargo = { + allFeatures = true, + }, + }, + }, +} -- cgit v1.2.3