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'} },