From 257425247f726acc8f320f089587270544f0db02 Mon Sep 17 00:00:00 2001 From: mjhika <1zzt6ovh@mojica.anonaddy.com> Date: Tue, 9 Jan 2024 09:17:16 -0500 Subject: [PATCH] add clangd --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 21ef1f77..39c53e05 100644 --- a/init.lua +++ b/init.lua @@ -294,7 +294,7 @@ end -- If you want to override the default filetypes that your language server will attach to you can -- define the property 'filetypes' to the map in question. local servers = { - -- clangd = {}, + clangd = {}, gopls = {}, -- pyright = {}, -- html = { filetypes = { 'html', 'twig', 'hbs'} },