From 3d6473e82a468b48328d73aa998bb8bab8bc043e Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 4 Sep 2024 12:19:37 -0400 Subject: [PATCH] ensure mason installs clangd for lsp integration --- lua/plugins/lsp.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index cfa0e2f..004c442 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -168,10 +168,7 @@ return { -- - 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 = {}, - -- gopls = {}, - -- pyright = {}, - -- rust_analyzer = {}, + clangd = {}, -- ... 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: