Change handler signature
Completion-nvim is broken for nvim >= 0.5.1
The signature changed from function(err, method, result, client_id, bufnr, config) to function(err, result, ctx, config).
ref; https://github.com/neovim/neovim/pull/15504
@rafaelsq thanks. beat me to it. I have had it working on my local, just never got to filing the PR. Will test this
I can confirm that this PR fixed https://github.com/nvim-lua/completion-nvim/issues/399 for me
@vigoux Could you please review or approve this?
this fix works pls merge it
friendly bump