For some reason, the project I am working on names some of it's Cpp header files as *.x It looks like these files are not being indexed by Clangd and I end up with the following error whenever I try to use references, definitions on objects declared here.
[coc.nvim]: Error on notification "jumpDefinition": definition provider not found for current buffer, your language server doesn't support it.
clangd + coc, works for all other extension types like *.cpp, *.c, *.h, *.hpp. Is there any configuration file where I can add the *.x files as well