hrsh7th / vim-vsnip-integ

vim-vsnip integrations to other plugins.
MIT License
128 stars 16 forks source link

Expansion doesn't work anymore for vim-lsc #31

Closed jandamm closed 4 years ago

jandamm commented 4 years ago

Since this commit (2c3686) expansion isn't working anymore.

The reason is that g:vsnip_integ_disable_on_complete_done is v:true. Setting it to v:false does fix it but I shouldn't have to do this manually, do I?

hrsh7th commented 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.

jandamm commented 4 years ago

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 👍

hrsh7th commented 4 years ago

Thank you for your investigation.

I was fixed it.

DanielViberg commented 1 year ago

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

jandamm commented 1 year ago

@DanielViberg, I use neither vim-lsc nor vim-vsnip anymore. At some point it worked in my dotfiles but it might be broken today.