justmao945 / vim-clang

Clang completion plugin for vim
ISC License
358 stars 47 forks source link

Feature Request: Support Neomake ClangTidy maker #109

Open gdmsl opened 7 years ago

gdmsl commented 7 years ago

It is possible to add support for updating the options of the clangtidy maker (Neomake) according to the ".clang" configuration file as it is done for the gcc and clang maker? I tried to do it myself but currently my knowledge of vimscript is not enough.

Many thanks for your work.