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
{{ message }}
This repository was archived by the owner on Oct 13, 2021. It is now read-only.
The handler function's signature in source/lsp.lua needs to be updated, possibly adding a backwards-compatible wrapper for neovim versions prior to this commit. As an intermediate hack, this should help:
@mrkz You're welcome, #400 does also proper-fix hover and signature for which you would have to apply this workaround's gist as well, so I suggest to use that instead of this workaround until it's been merged.
My testing minimal init.vim
The part of the mapping that is relevant:
How to reproduce
Compile the upstream at this commit. Use tab completion.
Expected behaviour
Completion popup to show up, but it doesn't.
I can confirm that completion works at this commit.
The text was updated successfully, but these errors were encountered: