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