Vim plugin for synchronizing YouCompleteMe and Clighter. This in turn means that you only need to configure YouCompleteMe, and Clighter will be passed the appropriate compilation flags.
ycmlighter itself does not have many requirements, it does however require that YouCompleteMe and Clighter be installed, which in turn require a recent version of vim, python and libclang. Check the documentation of YouCompleteMe and Clighter for detailed requirements.
- Vundle:
Plugin 'Valloric/YouCompleteMe'
Plugin 'bbchung/clighter'
Plugin 'matthiasvegh/ycmlighter'