From ae95eb1480d45e9736d4fcffd2a9ab884b533613 Mon Sep 17 00:00:00 2001 From: niverton Date: Wed, 2 Jul 2025 16:33:55 +0200 Subject: [PATCH] chore: clean wrong manuel setup for rust-analyzer --- lua/plugins/20-lsp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/20-lsp.lua b/lua/plugins/20-lsp.lua index 9af7ea9..ac5c4f7 100644 --- a/lua/plugins/20-lsp.lua +++ b/lua/plugins/20-lsp.lua @@ -24,7 +24,6 @@ return { }, servers = { "qmlls", - "rust-analyzer", }, features = { signature_help = true,