From bf123f80743dd68858ee363d4bce5189aa35d49b Mon Sep 17 00:00:00 2001 From: Eric Olerud Date: Wed, 17 Apr 2024 19:19:49 -0400 Subject: [PATCH] always include clangd and rust_analyzer --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ccdeaf6f..1d278799 100644 --- a/init.lua +++ b/init.lua @@ -457,10 +457,10 @@ require('lazy').setup({ -- - settings (table): Override the default settings passed when initializing the server. -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { - -- clangd = {}, + clangd = {}, -- gopls = {}, -- pyright = {}, - -- rust_analyzer = {}, + 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: