rox
rox
I'm not familiar with Ultisnips. I'll get back to this after I test it.
`Omnicomplete (y/n/x/d/q/s)` is suppressed by `set shortmess+=c`, which also supresses other disatracting completion messages. Though, I haven't make this option configurable yet.
Sorry, This is how vim's keyword completion behave. I don't think I could fix this.
As a workaround, use vim's `ce` to delete till the end of the word and enter inset mode.
It should be possible, and I intended to implement it. Just need some time available.
This PR breaks existing config. I don't want to merge it.
Unfortunately, this is still WIP https://github.com/phpactor/ncm2-phpactor/issues/8
A workaround maybe: `au CompleteDone *.php call phpactor#UseAdd()` The work of #8, optimally needs uniformed ncm2 API . It doesn't stop you from hacking the editor yourself.
Awesome. Will look into this. It should be part of the snippet support.
This feature depends on https://github.com/ncm2/ncm2/issues/67 It is still WIP