fannheyward / coc-marketplace

coc.nvim extensions marketplace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You've done a wonderful job, just one suggestion...

SkyLeach opened this issue · comments

Add (or document) mappings

If you have mappings for this, I was unable to find them even in the code. The
ability to both view details of and uninstall or deactivate extensions from the
marketplace plugin would make it far more useful. Right now, the only thing I
know how to do with this plugin is install extensions. Every action I take
after that, just installs them again.

I see where the actions have been added
but no mappings.

I could spend more time at this point figuring out exactly how to map the
actions through CocList but I just don't much time at all and you probably
already know how.

note: I use marketplace through CocList like so:

nnoremap <silent><nowait> <space>m  :<C-u>CocList marketplace<cr>

coc-marketplace didn't provide any mappings, you can custom set mappings if you need.

Could you at least document how? I haven't managed to figure out how to map through CocLists

There is no standard way to do mapping, you can set it as your like, for example in normal mode or with leader key.

I don't care about standard, I want to know any way of using it other than to install. The README.md is missleading since pressing return on an already installed item just installs it again. That's not what one expects.

Right now I can't use it for anything but browsing and installing. I have to manually type CocUninstall to remove and I have no idea how to get additional information.

When you enter :CocList marketplace, you can use tab to choose some actions. I'll add this to README.