Closed manudevelopia closed 8 years ago
What happens, exactly? Why can't you select an option?
The problem is that the proposed options are shown on the screen, but when you try to go down to select one suddenly disappear.
I am seeing this issue, too (version based on: brew reinstall --HEAD neovim-dot-app
on 2015-11-15, nvim: 0.1.0-dev).
The preview works fine from nvim
in a terminal, displaying function documentation in a split window at the top of the screen. However, in neovim-dot-app the split window only appears briefly before disappearing and closing the completion list.
It's possible that Neovim.app doesn't play well with plugins that talk to Neovim over RPC. Need to look into this.
I did manage to reproduce a similar issue with ClangComplete, but it seems to have gone away with latest HEAD.
Could you check and see if this one has gone away too?
Now seems to be working ok!!! thanks a lot
This was reported as working. Closing.
While using YouCompleteMe (https://github.com/Valloric/YouCompleteMe)I have problems when I try to select a proposed autocomplete option (specially choosing python modules).
I suspect that the problem can be originated by the Preview, which present documentation about the option on the Scratch area. If I use "set completeopt-=preview" in the config, the problem seem to disappear, but no documentation is shown, and sometimes is useful.
Yosemite - neovim-dot-app today version