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 Apr 14, 2022. It is now read-only.
Completion items are returning with insertTextFormat properties set to 0. For example:
The spec is here (Search for
InsertTextFormat). According to the spec,insertTextFormatbe either1or2.I believe this is the last item that should get completion working in vim/neovim via https://github.com/autozimu/LanguageClient-neovim.
Thank you for this tool!