numirias / semshi

🌈 Semantic Highlighting for Python in Neovim
1.03k stars 34 forks source link

README advice on deoplete delay uses deprecated variable #85

Closed smheidrich closed 3 years ago

smheidrich commented 4 years ago

In the README, there is (very useful) advice on how to make semshi work well together with deoplete.nvim. This has worked fine so far, but with the latest version of deoplete.nvim, I get this warning on nvim startup:

[deoplete] g:deoplete#auto_complete_delay is deprecated variable.  Please use deoplete#custom#option() instead.

So this should probably updated.