You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, I'm trying to get completion to work with Golang (using gopls as the language server). When I type something like fmt., I initially see a list of functions being suggested, but if I type a bit more (say fmt.Pri), the functions all disappear from the completion list (see the screencast below for an example of this).
I reported the issue agains deoplete, and the author was able to reproduce it but pin-pointed the issue in LanguageClient-neovim; he provided a patch as well, see Shougo/deoplete.nvim#970.