deoplete-plugins / deoplete-go

Asynchronous Go completion for Neovim. deoplete source for Go.
MIT License
424 stars 28 forks source link

Navigating deoplete list opens scratch buffer #131

Closed lpil closed 6 years ago

lpil commented 6 years ago

Hello! Thanks for this plugin

When I navigate the deoplete list with <C-n> or <C-p> (or the up/down arrows) it opens a scratch buffer in a split at the top of the window, showing the type signature. This persists after selecting an open.

Is this expected behaviour? How do I disable it?

Thanks, Louis

Shougo commented 6 years ago

set completeopt-=preview

lpil commented 6 years ago

Thank you so much!