Clangd issues with MinGW
I’ve been using Neovim with clangd for C, and I’m encountering an issue with my configuration when working with C++ files that include windows.h
. While I’ve set up my configuration file config.yaml
to use MinGW compilers without any problem for C files, it seems like clangd can’t find windows.h
when processing C++ files.