Sorry for asking a noob question.
So I am using SpaceVim to write Arduino code. The source code is in Project/src, and the libraries are in Project/lib. I had an include in my main file that includes a library in the lib folder, but SpaceVim does not seem to be able to find it.
I think there might be some setting that I am not aware of that I could setup in init.toml.
I have looked around on the SpaceVim Documentation and done some Googling, with no results.