maralla/completor.vim

Automatically select first suggestion

thecristidima opened this issue · 1 comments

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

@thecristidima This works for me:

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