From e7f860b4e44d23c8119aef64bfeac2a7b7ecb9ab Mon Sep 17 00:00:00 2001 From: ankur178 Date: Sat, 30 Aug 2025 23:53:21 +0530 Subject: [PATCH] commit --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 996329b2..81693c08 100644 --- a/init.lua +++ b/init.lua @@ -671,7 +671,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 = {},