arakashic / chromatica.nvim

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

Support compile_flags.txt #66

Closed yujincheng08 closed 5 years ago

yujincheng08 commented 5 years ago

compile_flags.txt is also a file indicating flags to clang, having the same function as .clang. It's used by clangd so supporting it would be better.

arakashic commented 5 years ago

I have reworked the compile flags handling and merged to master which also added the support for compile_flags.txt. Can you try to see if that works for you?