From 77100146796bec6c96e0bf894b157aafd0ba5d84 Mon Sep 17 00:00:00 2001 From: Andreas Bitzilis Date: Thu, 22 Aug 2024 08:22:48 +0200 Subject: [PATCH] Enable clangd --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c97c97c9..98571892 100644 --- a/init.lua +++ b/init.lua @@ -664,7 +664,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 = {}, markdown_oxide = {},