maralla / completor.vim

Async completion framework made ease.
MIT License
1.31k stars 62 forks source link

add option to disable quickfix window #169

Closed vitiral closed 6 years ago

vitiral commented 6 years ago

I like the autodoc feature, but I find the quickfix window annoying. Is there any way to disable it?

Thanks for the great plugin!

maralla commented 6 years ago

You can put the following config to your vimrc:

set cot-=preview
vitiral commented 6 years ago

that worked!

ghost commented 6 years ago

quickfix's a vim's feature, not related to completor.

vitiral commented 6 years ago

I know, but it seemed like completor was opening it. Obviously it was the completion options themselves but I was having trouble finding how to disable it.