How to let clangd parser know about standard library files?
I’ve recently started learning C, and I’m quite new to it. I’m using Neovim, which I’m also quite new to. The issue I have is that the clangd
LSP I installed cannot find the standard header files such as stdio.h
, which are located in C:MinGWinclude
. When I compile it using gcc
it works just fine, but I want the errors to disappear so they don’t clutter the interface.