Kite not show Documentation in WSL
Kite not show Documentation in WSL
When I press gK or K in normal mode Kite not shows the documentation

And I have this configuration in my init.vim

Can you give me a solution for this issue, I want to work with the documentation when I'm programming in Python and JS
The plugin only maps K to open documentation if you don't already have a map for K and haven't already mapped <Plug>(kite-docs).
What does :verbose nmap K produce?
Oh, I just noticed the last line of your second screenshot where you have mapped gK to <Plug>(kite-docs).
In that case gK should invoke the documentation. And in fact your first screenshot shows No documentation available at the bottom, so the documentation function is being called by your gK map.
So the plugin is behaving correctly. The question is why doesn't Kite itself produce documentation for json.dumps?
One thing that would cause this is Kite not running. Please can you tell me whether it's running? It looks a bit like this:
Kite works because that show me the autocomplete, but I have the problem that kite works slow too
PD: I change my colorscheme to one dark
