Closed jandamm closed 4 years ago
I think you install completion-nvim and vim-lsc.
Currently, on_complete_done is disabled for completion-nvim.
I consider it soon.
No, I don't.
Turns out the issue is that I have plugin/completion.vim
in my runtime where I set g:loaded_completion
which makes vsnip-integ think I'd use completion_nvim
. I'll change this to something else 👍
Thank you for your investigation.
I was fixed it.
Could you share how you've configured vim-vsnip-integ with vim-lsc. Seems like it's not working well lately: https://github.com/yegappan/lsp/issues/182
Since this commit (2c3686) expansion isn't working anymore.
The reason is that
g:vsnip_integ_disable_on_complete_done
isv:true
. Setting it tov:false
does fix it but I shouldn't have to do this manually, do I?