ChristianChiarulli / blog_comments

A repo holding all of the comments for my blog
1 stars 0 forks source link

VSCodium & Neovim #79

Open ChristianChiarulli opened 3 years ago

ChristianChiarulli commented 3 years ago

https://www.chrisatmachine.com/Neovim/22-vscodium-neovim/

otterlover24 commented 3 years ago

Hi,

Many thanks for the online tutorials! I am using the Neo Vim plugin on VSCode on Ubuntu 20.04, with Neovim 0.5 installed via AppImage. Everything appears to be working fine except for which key. When I press space in VSCode, I get the message 'whichkey.show failed, args:[] eorror: command 'whichkey.show' not found'. Any idea what I can do to resolve this issue?

mosaleh52 commented 2 years ago

Same issue with me, I have made a new keyboard shortcut without when

    {
      "key": "shift+space",
      "command": "whichkey.show",
    },

hope this will be helpful