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 best solutions below

0
On BEST ANSWER

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