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.
Add "suggest.noselect": false to your coc-settings.json. You can find the setting in the coc docs.
"suggest.noselect": false
Add
"suggest.noselect": false
to your coc-settings.json. You can find the setting in the coc docs.