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

Adds backward compatibility with neovim<0.5 #55

Closed csaez closed 3 years ago

csaez commented 3 years ago

Fixes error when starting a version of neovim with a verison that includes neovim/neovim#13945. Fixes https://github.com/jackguo380/vim-lsp-cxx-highlight/issues/53.

jackguo380 commented 3 years ago

Hi csaez,

Thanks for the PR, it looks good. I didn't have too much time recently to look into issues, so I appreciate you fixing it.