Closed Nohac closed 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?
<C-SPACE>
g:neocomplete#disable_auto_complete and neocomplete#start_manual_complete().
g:neocomplete#disable_auto_complete
neocomplete#start_manual_complete()
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?