Skip to content

The comments of the configuration of which-key are outdated #1249

@LorenzoBettini

Description

@LorenzoBettini

Describe the bug

The documentation of the configuration of which-key are outdated since it mentions the config method (as in the video https://www.youtube.com/watch?v=m8C0Cq9Uv9o) but they are now based on opts:

  -- Then, because we use the `config` key, the configuration only runs
  -- after the plugin has been loaded:
  --  config = function() ... end
...
  { -- Useful plugin to show you pending keybinds.
    'folke/which-key.nvim',
    event = 'VimEnter', -- Sets the loading event to 'VimEnter'
    opts = {
      icons = {

To Reproduce

  1. ...

Desktop

  • OS:
  • Terminal:

Neovim Version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions