Shougo / neosnippet.vim

neo-snippet plugin
Other
1.12k stars 108 forks source link

LanguageClient-Neovim Python Auto-snippets not working #461

Closed rraks closed 5 years ago

rraks commented 5 years ago

I updated to the latest commit and pyls based snippet completion stopped working. Snippets for Go/Rust work fine. I've tracked the issue to start showing up after commit 1b05a09 on wards.

Shougo commented 5 years ago

Please upload the reproduce-able instructions.

If not, I will close the issue.

For example, this is reproduce-able issue. https://github.com/autozimu/LanguageClient-neovim/issues/396

Please read your report. It is not reproduce-able.

Shougo commented 5 years ago

I have said same response in it.

https://github.com/autozimu/LanguageClient-neovim/issues/396#issuecomment-457016555

Shougo commented 5 years ago

Hm. I have tested LanguageClient+pyls. It does not support snippet.

Shougo commented 5 years ago

I get the reason. It seems LanguageClient-neovim problem.

https://github.com/autozimu/LanguageClient-neovim/issues/727

Shougo commented 5 years ago

Please update both deoplete and LanguageClient-neovim.

rraks commented 5 years ago

Everything works well now! Thanks!