Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically select first suggestion #252

Open
thecristidima opened this issue Apr 20, 2019 · 1 comment
Open

Automatically select first suggestion #252

thecristidima opened this issue Apr 20, 2019 · 1 comment

Comments

@thecristidima
Copy link

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
Copy link

vmx commented Oct 22, 2019

@thecristidima This works for me:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants