Languageclient-neovim: how to disable autocomplete opening a split pane

Created on 19 Feb 2019  路  1Comment  路  Source: autozimu/LanguageClient-neovim

When using autocomplete (fzf + deoplete) I keep getting a split pane showing up whenever I select an option. I use tab to select the option from the completions.

See gif
autocomplete-issue

Is there a way to disable this?
I am running on the latest version of this package.

Most helpful comment

That's completion preview window provided by vim. Not controlled inside this plugin.

:h completeopt, then check preview option.

>All comments

That's completion preview window provided by vim. Not controlled inside this plugin.

:h completeopt, then check preview option.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kcajf picture kcajf  路  7Comments

mhuttner picture mhuttner  路  3Comments

DerWeh picture DerWeh  路  7Comments

martskins picture martskins  路  3Comments

macthecadillac picture macthecadillac  路  5Comments