I'm using the neovim plugin nvim-lspconfig setup with clangd server and a generated compile_commands.json file for C++ development. vim.lsp.buf.definition (go to definition) works most of the time, but does not work for some symbols. Any tips on how to figure out what's wrong or see what's going on under the hood?
I tried "set verbose=15" and looking at the runtime log but do not see anything useful.