How do I configure neocomplcache so that the popups don't pop up automatically in insert mode? I just want the popup to pop up only when I press a combination of Ctrl and some other character. Can this be done?
I tried the following but it did not help:
" Disable AutoComplPop.
let g:acp_enableAtStartup = 0
Whenever I am insert mode and use the arrow keys to navigate through the file these popups show up and if I am not careful auto-completes existing variables which is driving me nuts.
How do I configure neocomplcache so that the popups don't pop up automatically in insert mode? I just want the popup to pop up only when I press a combination of Ctrl and some other character. Can this be done?
I tried the following but it did not help: " Disable AutoComplPop. let g:acp_enableAtStartup = 0
Whenever I am insert mode and use the arrow keys to navigate through the file these popups show up and if I am not careful auto-completes existing variables which is driving me nuts.
Thanks.