There was an error while loading. Please reload this page.
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, kind should be one of plaintext or markdown.
MarkupContent
kind
plaintext
markdown
Null kind values are causing problems with LanguageClient-neovim as described here autozimu/LanguageClient-neovim#633 (comment):
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):