3

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.

Yousuf Azad
  • 33
  • 1
  • 6
  • @DoktorOSwaldo im not able to make the options shown to me auto select the first item with :h completeopt . when i type, a lot of autocomplete options are shown but i have to manually select the first one. – Yousuf Azad Nov 30 '20 at 10:23

1 Answers1

13

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

Roger
  • 146
  • 1
  • 2