arakashic / chromatica.nvim

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

Reread compilation flags after changing the working directory #49

Open IngoMeyer441 opened 6 years ago

IngoMeyer441 commented 6 years ago

Is it possible to reread compilation flags after changing the working directory in vim? With this feature it would be possible to use multiple .clang files in one nvim process.

arakashic commented 6 years ago

That should be doable. Will work on that.