Shougo / neocomplete.vim

Next generation completion framework after neocomplcache
2.74k stars 203 forks source link

Open completion on demand #587

Closed Nohac closed 7 years ago

Nohac commented 7 years ago

Is there a way to open the completion popup/menu using a defined hotkey (ex <C-SPACE>) instead of the default behaviour where it appears as I type?

Shougo commented 7 years ago

g:neocomplete#disable_auto_complete and neocomplete#start_manual_complete().