Warm tip: This article is reproduced from serverfault.com, please click

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

发布于 2020-11-29 23:38:33

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.

Questioner
Yousuf Azad
Viewed
0
Roger 2020-12-01 03:50:17

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