maralla / completor.vim

Async completion framework made ease.
MIT License
1.31k stars 62 forks source link

add support for `.clang` #164

Closed wsdjeg closed 6 years ago

wsdjeg commented 6 years ago

hi @maralla

I just use your plugin in spacevim (https://github.com/SpaceVim/SpaceVim/pull/1025)

and I just found the deoplete-clang2 plugin use a .clang file as the complete flags, as I know clang is not only a tools for completion, so I think support .clang file will be better.

maralla commented 6 years ago

Thanks! I pushed a commit ad4604e991f3cdab4f0518b1fd90974b386fec2f to add the .clang file.

wsdjeg commented 6 years ago

nice work, Thanks!