AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.16k stars 238 forks source link

How to display whichkey in vscode after using vscode community plug-in #968

Closed rjs520 closed 4 months ago

rjs520 commented 4 months ago

Checklist

Neovim version (nvim -v)

0.95

Operating system/version

Windows11

Terminal/GUI

Windows terminal

Describe the bug

How to display which-key panel in vscode

Steps to Reproduce

How to display which-key panel in vscode

Expected behavior

How to display which-key panel in vscode

Screenshots

image

Additional Context

No response

Std-Enigma commented 4 months ago

I don't think it's possible

rjs520 commented 4 months ago

possible

How can I block whichkey so that I can use the which-key plugin in vscode to customize the key bindings I want?

Uzaaft commented 4 months ago

This is not a bug.

Uzaaft commented 4 months ago

@rjs520 You can disable it by doing this:

return {
    "folke/which-key",
    enabled = false
}