add clangd

This commit is contained in:
mjhika 2024-01-09 09:17:16 -05:00
parent 97f5a8b1e4
commit 257425247f
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ end
-- If you want to override the default filetypes that your language server will attach to you can -- 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. -- define the property 'filetypes' to the map in question.
local servers = { local servers = {
-- clangd = {}, clangd = {},
gopls = {}, gopls = {},
-- pyright = {}, -- pyright = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} }, -- html = { filetypes = { 'html', 'twig', 'hbs'} },