issue-tracker icon indicating copy to clipboard operation
issue-tracker copied to clipboard

Kite not show Documentation in WSL

Open Johan-Palacios opened this issue 4 years ago • 3 comments

Kite not show Documentation in WSL

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

image

And I have this configuration in my init.vim

image

Can you give me a solution for this issue, I want to work with the documentation when I'm programming in Python and JS

Johan-Palacios avatar May 29 '21 00:05 Johan-Palacios

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?

airblade avatar Jun 01 '21 11:06 airblade

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:

Screenshot 2021-06-01 at 12 29 43 pm

airblade avatar Jun 01 '21 11:06 airblade

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

image

Johan-Palacios avatar Jun 03 '21 04:06 Johan-Palacios