From 9f2234ad68f4aae3b1659ce5a6cd0702dd6284a5 Mon Sep 17 00:00:00 2001 From: nagymathev Date: Wed, 10 Jul 2024 11:14:58 +0100 Subject: [PATCH] add rust lsp --- lua/kickstart/plugins/lsp.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/lsp.lua b/lua/kickstart/plugins/lsp.lua index 7d4c09e2..82e45740 100644 --- a/lua/kickstart/plugins/lsp.lua +++ b/lua/kickstart/plugins/lsp.lua @@ -244,7 +244,9 @@ return { -- } -- } -- }, - -- rust_analyzer = {}, + rust_analyzer = { + alias = 'rust-analyzer', + }, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- -- Some languages (like typescript) have entire language plugins that can be useful: