Closed callmekohei closed 6 years ago
server(deopletefs) ---> deoplete is super speed. So, this cause that yarp can't catch all data.
hmm...
You could generate the log files of deopletefs to prove that the completion source is generating the expected result.
After that, use something like
let $NVIM_PYTHON_LOG_FILE="/tmp/nvim_log"
let $NVIM_PYTHON_LOG_LEVEL="DEBUG"
to generate log files so that you could monitor the traffic between deoplete and vim.
hmm...
It's difficult for me.
But I'll try it . (^_^)/
I done!
So, I generate logfile of deopletefs, deoplete and yarp.
It makes deopletefs a little slowly.
So, yarp can catch all data!
In other word, yarp can not catch all data if deopletefs is nomal mode.
it works well!
Hi!
I change deopletfs(server) to get slow 25ms.
So, it work done!
Hello! I'm
callmekohei
Thank you your nvim-yarp, neovim-rpc!
environment
I use yarp on deoplete.
problem
yarp can not take data in windows, maybe.
chart
maybe ...
server(deopletefs) ---> deoplete
is super speed. So, this cause that yarp can't catch all data.