roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Setting g:cm_complete_start_delay results in E118 #120

Closed runiq closed 7 years ago

runiq commented 7 years ago

I'm using nvim-completion-manager with LanguageServerNeovim and Rust Language Server. As soon as I set g:cm_complete_start_delay, upon entering Insert mode and starting to type I get this error:

E118: Too many arguments for function: <SNR>71_on_changed

Completion works fine again as soon as I leave that option at its default value.

I'm using Neovim 0.2.0, on an up-to-date Fedora 26, with the most recent Rust nightly build.