maralla / completor.vim

Async completion framework made ease.
MIT License
1.27k stars 63 forks source link

Add option to disable docs preview #230

Closed kris-steinhoff closed 5 years ago

kris-steinhoff commented 5 years ago

It would be nice to have a way to disable the docs preview. (Maybe I'm missing something, but I haven't found a way to disable it.)

maralla commented 5 years ago

You can add the following config to your vimrc:

let g:completor_complete_options='menuone,noselect'

to disable the docs preview.

kris-steinhoff commented 5 years ago

Perfect, thanks!