From 4000b23ed7dd29693d6ef3b32a4120ff2d8a2411 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Mon, 26 Jan 2026 11:13:47 +0100 Subject: [PATCH] chore: enable clang lsp --- lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 81af9ab..0344bc0 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -152,7 +152,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 = {}, + clangd = {}, -- gopls = {}, -- pyright = {}, -- rust_analyzer = {},