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 has been archived by the owner on Oct 13, 2021. It is now read-only.
Hi! Just wanted to add: this applies to other LSPs (most likely) as well, for example for gopls the behaviour is same. I tried with the latest version 0.7.0 which has added support for postfix completions: https://github.com/golang/tools/releases/tag/gopls%2Fv0.7.0 and encountered same issues as you. I am not sure whether the issue is related to nvim-lua/completion-nvim though. This might be issue for neovim itself?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When expanding rust analyzer postfix completion, the trigger text is not replaced.
minimal.vim :
How to reproduce
foo().
foo().if foo() { |}
Expected behavior
if foo() { |}
edit: correct formatting
The text was updated successfully, but these errors were encountered: