Closed
Description
Hi, I use LanguageClient-neovim + deoplete for completions in neovim. I get the following error when I try to access documentation:
Request textDocument/hover failed with message: undefined is not a valid argument for URI
also, I do not get any completion for flags, i.e. grep -|
(cursor at |
) does not trigger anything.
textDocument/DocumentSymbols also gives missing field `kind`
. Other features seem to work well.