From 1f639e9335c8b277fee6287c843e9a9a787bd196 Mon Sep 17 00:00:00 2001 From: dlond Date: Sun, 25 May 2025 22:05:21 +1200 Subject: [PATCH] changed build dir tree --- lua/custom/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/lsp.lua b/lua/custom/plugins/lsp.lua index a5de595c..df0a4317 100644 --- a/lua/custom/plugins/lsp.lua +++ b/lua/custom/plugins/lsp.lua @@ -40,7 +40,7 @@ return { clangd = { cmd = { 'clangd', - '--compile-commands-dir=build', + '--compile-commands-dir=build/debug', '--query-driver=' .. vim.fn.trim(vim.fn.system 'which clang++'), '--resource-dir=' .. vim.fn.trim(vim.fn.system 'clang++ --print-resource-dir'), },