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 documentation properties that look like this:
"documentation": { "kind": null, "value": "None" }The relevant spec is here (Search for
MarkupContent). According to the spec,kindshould be one ofplaintextormarkdown.Null kind values are causing problems with LanguageClient-neovim as described here autozimu/LanguageClient-neovim#633 (comment):