carlitux / deoplete-ternjs

deoplete.nvim source for javascript
MIT License
277 stars 24 forks source link

Configuration to turn of pop up buffer #43

Closed Ivan1931 closed 7 years ago

Ivan1931 commented 7 years ago

Hi there,

Thanks for your awesome work on this plugin.

Forgive me if I've missed this configuration option but completions using this plugin typically result in a buffer appearing at the top of the screen showing the function being completed and it's signature. This feature is not my cup of tea and I can't find a way to switch it off.

Here is an example of what I mean

Is there a way of turning this buffer pop up off?

:)

Ivan1931 commented 7 years ago

After doing a little more research into deoplete.nvim I discovered that the effect I was seeing is actually called the preview-window.

It's possible to disable all preview windows by adding setting bellow to a init.vim. set completeopt-=preview