From 996dc5ee31dedf6055f98ecc5e498c52ebcc1b78 Mon Sep 17 00:00:00 2001 From: Sam Davenport Date: Fri, 4 Apr 2025 20:10:31 -0500 Subject: [PATCH] enabled clangd --- lua/sld/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/sld/lazy.lua b/lua/sld/lazy.lua index bd9e6f34..ee57199d 100644 --- a/lua/sld/lazy.lua +++ b/lua/sld/lazy.lua @@ -453,7 +453,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 = {},