rox

Results 173 comments of rox

Hi, please test PR #178 (thanks to @Anexen)

This is current behavior: With `refresh=0`, ncm2 cache the results without sending duplicated `on_complete` events. With `refresh=1`, ncm2 still caches the result, but send `on_complete` as soon as anyting is...

I have no idea what ipython/jupyter is. > exactly problem is that I don`t know what should I fill in the "on_complete" section, There is a python completion source written...

Imagine that we have tens of thousands of candidates to filter in the background, the filtering process might take ~2 seconds before finish. But when the process finishes, the user...

@balta2ar Thanks for the information I have some more plans which also need this feature. The jedi integration for example, If I want `dn` to complete `datetime.now`, the implementation will...

I'm not gonna add this feature into ncm2. Can't decide the behavior when there're items from multiple sources. But you could try something like this for now: ```vim imap (ncm2_expand_longest)...

> I cannot delete past the . in Michele.. Below you can see a screenshot: hmm... This seems to be neovim issue.

It's not possible with current version

Hmm... If you don't want ncm2 to start as vim starts. Try something like ```vim function s:ncm2_start(...) if v:vim_did_enter call ncm2#enable_for_buffer() endif autocmd BufEnter * call ncm2#enable_for_buffer() endfunc call timer_start(500,...

https://github.com/neovim/neovim/issues/2437#issuecomment-106647415 > You can disable the check by let g:python_host_skip_check = 1 and let g:python3_host_skip_check = 1 @YaLTeR Does this setting work for you?