completor.vim
completor.vim copied to clipboard
How to make it open the completion windows only when i press tab or Ctrl-N
Hi
I could not find an option to open the completion window only when i press a trigger like <TAB> or <Ctrl-N/P>
Can you please add this to the document ?
I added an option to trigger completion manually.
Thanks
Hi
I used this let g:completor_auto_trigger = 0
option that u added. it opens up the popup when i trigger it, but i cannot narrow the search result in the popup, as soon as i type the next character the popup closes and i have to trigger it again to open it.
what would be helpful is that the popup remains open after the trigger till a match is found or the popup is closed using some other trigger and the popup is narrowed when u type the subsequent characters.
Hi,
it works fine for me. Could you post minimal vimrc and steps to reproduce the problem?