lazy clangd
This commit is contained in:
parent
2a5c271fd5
commit
9550090c6a
|
@ -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.'
|
vim.notify '[clangd] Could not find compile_commands.json.\nUse <leader>lc to manually set location when available.'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
print(vim.inspect(cmd))
|
||||||
lspconfig.clangd.setup {
|
lspconfig.clangd.setup {
|
||||||
cmd = cmd,
|
cmd = cmd,
|
||||||
filetypes = M.clang_filetypes,
|
filetypes = M.clang_filetypes,
|
||||||
|
|
Loading…
Reference in New Issue