From 927e58be65b073a5259682b6f6b7016997798796 Mon Sep 17 00:00:00 2001 From: dlond Date: Fri, 30 May 2025 06:24:25 +1200 Subject: [PATCH] cleanup --- lua/custom/plugins/lsp/clangd.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/lsp/clangd.lua b/lua/custom/plugins/lsp/clangd.lua index c2cd5883..1a30900e 100644 --- a/lua/custom/plugins/lsp/clangd.lua +++ b/lua/custom/plugins/lsp/clangd.lua @@ -127,6 +127,7 @@ return { 'neovim/nvim-lspconfig', ft = M.clang_filetypes, config = function() + vim.notify('[clangd] find_compile_commands() returned: "' .. dir .. '"') local dir = find_compile_commands() M.start_clangd(dir) M.watch_compile_commands(dir)