lazy clangd

This commit is contained in:
dlond 2025-05-30 18:50:46 +12:00
parent 2a5c271fd5
commit 9550090c6a
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ function M.start_clangd(dir)
vim.notify '[clangd] Could not find compile_commands.json.\nUse <leader>lc to manually set location when available.'
end
print(vim.inspect(cmd))
lspconfig.clangd.setup {
cmd = cmd,
filetypes = M.clang_filetypes,