From 7a938b5ddf8403d0cbb6675729eb7c678bdde307 Mon Sep 17 00:00:00 2001 From: Jack Jarosz Date: Mon, 26 Aug 2024 10:45:04 -0400 Subject: [PATCH] enable clangd lsp --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 15ac96c6..503e8109 100644 --- a/init.lua +++ b/init.lua @@ -607,7 +607,7 @@ 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 = {},