maralla / completor.vim

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

Automatically select first suggestion #252

Open thecristidima opened 5 years ago

thecristidima commented 5 years ago

I'm not sure how to make completor automatically select the first suggestion (not fill it in, just have it selected so I don't have to always press arrow down).

I tried the configs from here #163, but I've had no success. This is what I have now (also tried small adjustments, but nothing worked):

"let g:completor_auto_trigger = 1
let g:completor_set_options = 0
set cot=preview,menuone
vmx commented 4 years ago

@thecristidima This works for me:

let g:completor_complete_options = "preview,menuone,noinsert"