Davit Samvelyan

Results 11 comments of 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...

I will add tests with separate commit... If there is a maintainer for the coroutine part, I would like to discuss couple of small improvements I have in mind.

I understand. I think I can propogate rejections through the promise hierarchy as well... Side note: I just noticed that coroutine frames are leaking, couldn't find `handle.destroy()` call anywhere, will...

Sorry, my mistake: `auto final_suspend() noexcept { return std::suspend_never{}; }` suspend_never at the finish ensures automatic coroutine frame destruction.

Lets move the discussion about that into a separate PR (or another platform), to not clutter this one. Getting back to the current PR. It is ready for review. And...

OK, so it seems like that embind-rtti library is compiled without -pthread flag while the test itself (I am experimenting with the core0.test_pthread_create_embind_stack_check) is compiled with the -pthread flag and...

This is my first time contributing to the project, so I am not familiar with the process. If I need to change something (title for example) to signal that the...