rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Problem selecting completion options presented by YouCompleteMe #178

Closed manudevelopia closed 8 years ago

manudevelopia commented 9 years ago

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

rogual commented 8 years ago

What happens, exactly? Why can't you select an option?

manudevelopia commented 8 years ago

The problem is that the proposed options are shown on the screen, but when you try to go down to select one suddenly disappear.
screen shot 2015-11-11 at 23 30 45

joshbode commented 8 years ago

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.

rogual commented 8 years ago

It's possible that Neovim.app doesn't play well with plugins that talk to Neovim over RPC. Need to look into this.

rogual commented 8 years ago

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?

manudevelopia commented 8 years ago

Now seems to be working ok!!! thanks a lot screen shot 2016-06-17 at 18 38 04

bambu commented 8 years ago

This was reported as working. Closing.