Jack Guo

Results 16 comments of Jack Guo

Hi @aganm I'm guessing you already have the configuration mentioned in the README? ```json { "clangd.semanticHighlighting": true, "coc.preferences.semanticTokensHighlights": false } ``` If so and clangd-13 still does not work that...

Hi, sorry for taking so long to reply. There's a bug in vim-lsp-cxx-highlight with newer versions of neovim which causes highlighting to clear whenever it's updated. You're not supposed to...

Sorry to hear that wasn't the fix, but if you believe there's room for optimizing I would be happy to accept a PR. Thanks for noticing the syntax file bug....

Hi @supersonicnumbers I haven't used the ClangFormat command before but chances are it is doing the wrong thing after formatting. Consider filing a bug with coc.nvim as well. Here's a...

Hi, I have reproduced the bug and unfortunately I'm not really sure I can solve it in vim-lsp-cxx-highlight. The problem is that the column positions sent are based on character...

Hey @Kamilcuk That's great that you found a potential solution. Could you open a PR with the code so I can review it? Just some suggestions: * The filtering could...

Hi @Kztpia and @solotim I hate to make excuses but I suspect easymotion is at fault here, it's likely one of the motions you are using is globally clearing all...

@solotim I'm quite surprised to hear that. I had developed this plugin for work and continue to use there daily where there are quite a few very large C++ files...

Actually I had just read another bug report for clangd (#63) which sounds a lot like your problem @solotim. I implemented a experimental feature for fixing it, could you give...

@solotim Thanks for trying it out. Yea it's largely experimental which is why it's on it's own branch, still trying to figure out how to make it better overall. >...