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

Fix nvim-lsp handler signature #76

Closed Eyenseo closed 2 years ago

Eyenseo commented 2 years ago

https://github.com/neovim/neovim/pull/15504 broke the signature in the most unfavourable way possible. This patch should be backwards compatible.

Fix #75

jackguo380 commented 2 years ago

Looks good, thanks for updating this. Admittedly, I haven't been keeping up with issues recently so I'm glad someone fixed this.