Davit Samvelyan
Davit Samvelyan
This is not supported yet, but it is a planned feature. Meanwhile you can change token color/style from autoload/dyevim/ft/cpp.vim
It would take an interest from ycmd maintainers in such a venture. But with now everything shifting towards LSP + clangd, and they wanting to drop support for ycmd, I...
I must have misunderstood gitter, though there haven't been any major additions in the clang completer part in a long time.
The problem is that on `:split` command `OnBufEnter` autocmd is not called, since the buffer is the same. The problem is solved by adding call `self.OnBufferEnter()` in the `OnWindowEnter()` function...