I have a C ++ project that I am compiling with ninja and clang ++ and would like to have errors during compilation in the quickfix list. Currently, when I set makeprg=ninja and then run :make , all the output generated by ninja just appears in the quickfix window and cannot be used to go to the corresponding files / lines, etc.
I am NOT looking for syntastic functionality (which I already use), but I also want to see errors from other files in the project, similar to those provided by the IDE.
If it is impossible (easy) to do it with a ninja, solutions using make are also welcome (the project uses cmake, so both are possible), but I would like to stay with ninja if possible.
c ++ vim clang ++ ninja
Futile
source share