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

Live highlighting (rather than just on save) #85

Closed aricursion closed 2 years ago

aricursion commented 2 years ago

Hi!

I'm currenty using this plugin with ccls and nvim-lsp and the syntax highlighting only updates when I save the file. Is there a way to make it live?