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.
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: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.