How can I fix this problem? It seems like ycm can not find stdc++ headers?
L-YM
@Layamon
already add these dir into ycm extra file... but not fix it
Ben Jackson
@puremourning
YcmDebugInfo and YcmDiags
RafaelRiosAsh
@RafaelRiosAsh
I tried installing ycm on my mac running 10.14.6, it obviously failed and I realized maybe too late that it's because of my gcc compiler, I read in one of the open issues that I could run an older version, I just have no idea how to do that, and haven't been able to find the answer anywhere, I was wondering if I could get some pointers
Boris Staletic
@bstaletic
@RafaelRiosAsh Checking out an older version is just git reset --hard 4e480a317d4858db91631c14883c5927243d4893 && git submodule update --init --recursive
Brian Orwe
@Borwe
Does anybody know how to make cmd completion pop up dialog on vim like it does on neovim ?
Boris Staletic
@bstaletic
:h wildmenu and <C-d> is closest thing vim offers.
Brian Orwe
@Borwe
Cool, thanks.
Brian Orwe
@Borwe
I am having problem with ycm and ultisnips, the hints for snippet completion popup, but pressing <CR> nor <Tab> makes it fill in the buffer.
Ben Jackson
@puremourning
what have you set as the ultisnips expand key?
Brian Orwe
@Borwe
no, is that a new thing? I think I used to be able to just use it out of box.