From e90a4f3f66c6e64d187b9f0cbb67133f1a77c0f2 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Sep 2025 23:07:41 +0200 Subject: feat: move lsp configs to `lsp/` --- lua/pml68/configs/settings/rust_analyzer.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 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 deleted file mode 100644 index 3b687c6..0000000 --- a/lua/pml68/configs/settings/rust_analyzer.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - settings = { - ['rust-analyzer'] = { - cargo = { - allFeatures = true, - }, - }, - }, -} -- cgit v1.2.3