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

Highlight overloaded operators #64

Open SPAstef opened 3 years ago

SPAstef commented 3 years ago

Hi, let me first say that this extension is awesome and I really like it! Do you think it could be possible to support a special highlighting for overloaded operators? So e.g. the "+" symbol has a different color when used on std::strings? That would be great!