debugging
This commit is contained in:
parent
64f2e2dc27
commit
6bff9eec92
|
@ -123,6 +123,9 @@ return {
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.defer_fn(function()
|
vim.defer_fn(function()
|
||||||
|
local cmd = self:make_clangd_cmd(self:get_target())
|
||||||
|
vim.print(cmd)
|
||||||
|
vim.notify(vim.inspect(cmd), vim.log.levels.INFO)
|
||||||
lspconfig.clangd.setup {
|
lspconfig.clangd.setup {
|
||||||
cmd = self:make_clangd_cmd(self:get_target()),
|
cmd = self:make_clangd_cmd(self:get_target()),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue