jackguo380 / vim-lsp-cxx-highlight

Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
MIT License
337 stars 26 forks source link

Remove custom highlight groups #62

Closed yun-cloud closed 3 years ago

yun-cloud commented 3 years ago

Setting custom highlight groups makes them look not consistent with the user's color scheme.

jackguo380 commented 3 years ago

This is necessary and leads to confusing highlighting. See my comment in #58