Jack Guo

Results 16 comments of Jack Guo

Sorry for the late response, not sure if you're still experiencing this or have moved on. But anyways, that is sending a lot of requests. I personally don't use clangd...

Hi sorry for getting to this so late. I have looked into ALE many times in the past to try to add support for it but generally have been unsuccessful....

At a first glance it looks like this code only fixes the neovim textprop backend. Maybe it works fine without this change on vim's textprop, but could you do a...

Hi tom-anders, I would like to support it, but looking into the data provided by clangd, I don't see anything that differentiates a regular method from a virtual one. So...

Hi, I know that ccls' vscode extension supports it but currently vim-lsp-cxx-highlight does not support rainbow highlighting. Rainbow highlighting is actually fairly challenging to support with the way vim's highlighting...

I was thinking of something along those lines, there are still a few implementation challenges to make sure it is fast to look up the highlight groups since you would...