master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 170aa9c79f - Show all commits

View File

@@ -206,7 +206,7 @@ return {
server = {
capabilities = clangd_capabilities,
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(
'.clangd',
'.clang-tidy',