How can I set vim's system header path?
How can I set vim's system header path?
So I've been following the Meaty Skeleton tutorial. I've cloned the meaty-skeleton repo and all of the libc/libk headers are installed with sysroot/usr/include. But when I'm editing the code, vim(or I guess the syntastic plugin) expects these headers to be in /usr/include. How do I tell it that the headers will actually be found in sysroot/usr/include?