Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
LorenzoBettini opened this issue Dec 2, 2024 · 0 comments · Fixed by #1250 or #1263
Closed

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

LorenzoBettini opened this issue Dec 2, 2024 · 0 comments · Fixed by #1250 or #1263

Comments

@LorenzoBettini
Copy link

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

benfleis added a commit to benfleis/kickstart.nvim that referenced this issue Dec 3, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
feoh pushed a commit that referenced this issue Dec 12, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes #1249
feoh pushed a commit that referenced this issue Dec 12, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes #1249

* fix typo opt -> opts

Fixes #1250
NgoranA pushed a commit to NgoranA/kickstart.nvim that referenced this issue Dec 16, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
NgoranA pushed a commit to NgoranA/kickstart.nvim that referenced this issue Dec 16, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
melito00 pushed a commit to melito00/kickstart.nvim that referenced this issue Dec 18, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
melito00 pushed a commit to melito00/kickstart.nvim that referenced this issue Dec 18, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
dipzera pushed a commit to dipzera/kickstart.nvim that referenced this issue Dec 18, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
dipzera pushed a commit to dipzera/kickstart.nvim that referenced this issue Dec 18, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
sychugin pushed a commit to sychugin/kickstart.nvim that referenced this issue Dec 19, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
sychugin pushed a commit to sychugin/kickstart.nvim that referenced this issue Dec 19, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
vivek-shrikhande pushed a commit to vivek-shrikhande/kickstart.nvim that referenced this issue Dec 19, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
vivek-shrikhande pushed a commit to vivek-shrikhande/kickstart.nvim that referenced this issue Dec 19, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
sychugin pushed a commit to sychugin/kickstart.nvim that referenced this issue Dec 19, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
sychugin pushed a commit to sychugin/kickstart.nvim that referenced this issue Dec 19, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
ramintheredmn pushed a commit to ramintheredmn/myneovim.nvim that referenced this issue Dec 21, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
ramintheredmn pushed a commit to ramintheredmn/myneovim.nvim that referenced this issue Dec 21, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
samiiali pushed a commit to samiiali/kickstart.nvim that referenced this issue Dec 25, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
samiiali pushed a commit to samiiali/kickstart.nvim that referenced this issue Dec 25, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
fardente pushed a commit to fardente/kickstart.nvim that referenced this issue Dec 26, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
fardente pushed a commit to fardente/kickstart.nvim that referenced this issue Dec 26, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
NathanKuhn pushed a commit to NathanKuhn/kickstart.nvim that referenced this issue Dec 27, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
NathanKuhn pushed a commit to NathanKuhn/kickstart.nvim that referenced this issue Dec 27, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
gant123 pushed a commit to gant123/kickstart.nvim that referenced this issue Dec 30, 2024
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
gant123 pushed a commit to gant123/kickstart.nvim that referenced this issue Dec 30, 2024
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
kontr0x pushed a commit to kontr0x/my-kickstart.nvim that referenced this issue Jan 2, 2025
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
kontr0x pushed a commit to kontr0x/my-kickstart.nvim that referenced this issue Jan 2, 2025
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
RockBacon9922 pushed a commit to RockBacon9922/nvim that referenced this issue Jan 5, 2025
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
RockBacon9922 pushed a commit to RockBacon9922/nvim that referenced this issue Jan 5, 2025
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
mhamza15 pushed a commit to mhamza15/kickstart.nvim that referenced this issue Jan 6, 2025
Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249
mhamza15 pushed a commit to mhamza15/kickstart.nvim that referenced this issue Jan 6, 2025
* Tweak outdated comment about lazy's `config` key usage.

Remove outdated comment describing use of `config` key, replacing with
corrected `opt` key note.

Fixes nvim-lua#1249

* fix typo opt -> opts

Fixes nvim-lua#1250
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant