arakashic / chromatica.nvim

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

when change the .clang profile format? #74

Closed yinflying closed 5 years ago

yinflying commented 5 years ago

After update, I found .clang file like this:

flags=-I/home/abc/src

do not work, so after looooooong time trying, I found that standard .clang file need to change to

-I/home/abc/src

=> which cause me a bad mood. maybe we should update the readme.md after changing?

arakashic commented 5 years ago

Sorry the frustration. It was change a while ago and the README was updated accordingly.