arakashic / chromatica.nvim

Clang based syntax highlighting for Neovim
MIT License
299 stars 17 forks source link

Transform relative isystem to absolute paths #56

Closed pierremoreau closed 5 years ago

pierremoreau commented 5 years ago

If the directory value specified in the compile_commands.json file does not correspond to the source folder (but, for example, to a build folder somewhere else on the disk), libclang will fail to load the relative headers and syntax highlighting will not be available for some parts of the source file.