clangd: query for the cross compiler
This commit is contained in:
parent
56357acccf
commit
170aa9c79f
@ -206,7 +206,7 @@ return {
|
|||||||
server = {
|
server = {
|
||||||
capabilities = clangd_capabilities,
|
capabilities = clangd_capabilities,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
cmd = { 'clangd', '--compile-commands-dir=build_nvim' },
|
cmd = { 'clangd', '--compile-commands-dir=build_nvim', '--query-driver', '/opt/cortex-a78-2022.08-gcc12.1-linux5.15/bin/aarch64-linux-gnu-g*' },
|
||||||
root_dir = lspconfig.util.root_pattern(
|
root_dir = lspconfig.util.root_pattern(
|
||||||
'.clangd',
|
'.clangd',
|
||||||
'.clang-tidy',
|
'.clang-tidy',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user