Auto select the first item from auto complete preview in COC vim?

3.3k views Asked by At

Is there a way to make coc-vim to auto select the first preview suggestion instead of using the arrow key? I'm using vim 8.1.

1

There are 1 answers

0
Roger On BEST ANSWER

Add "suggest.noselect": false to your coc-settings.json. You can find the setting in the coc docs.