-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
Issue 1249 which key comments #1263
Merged
feoh
merged 3 commits into
nvim-lua:master
from
benfleis:issue-1249--which-key-comments
Dec 12, 2024
Merged
Issue 1249 which key comments #1263
feoh
merged 3 commits into
nvim-lua:master
from
benfleis:issue-1249--which-key-comments
Dec 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove outdated comment describing use of `config` key, replacing with corrected `opt` key note. Fixes nvim-lua#1249
feoh
approved these changes
Dec 12, 2024
NgoranA
pushed a commit
to NgoranA/kickstart.nvim
that referenced
this pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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 pull request
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
codemedic
added a commit
to codemedic/kickstart.nvim
that referenced
this pull request
Jan 10, 2025
* master: fix(gitsigns): make visual mode descriptions consistent with normal mode (nvim-lua#1266) Issue 1249 which key comments (nvim-lua#1263) Use consistent syntax style for { ... } "pseudocode" (nvim-lua#1247) Tweak outdated comment about lazy's `config` key usage. (nvim-lua#1250) fix: which-key comment typo (nvim-lua#1227) Fix nvim-dap not lazy loading (nvim-lua#1216) feat: Change to prepare for upcoming deprecation of configuring diagnostic-signs using sign_define() (nvim-lua#1232)
louis-smit
pushed a commit
to louis-smit/kickstart.nvim
that referenced
this pull request
Jan 12, 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
Lwessel812
pushed a commit
to Lwessel812/kickstart
that referenced
this pull request
Jan 16, 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
mrmarvmarvv
pushed a commit
to mrmarvmarvv/kickstart.nvim
that referenced
this pull request
Jan 16, 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
sfragis
pushed a commit
to sfragis/kickstart.nvim
that referenced
this pull request
Jan 17, 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
na47io
pushed a commit
to na47io/kickstart.nvim
that referenced
this pull request
Jan 21, 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
chaimleib
pushed a commit
to chaimleib/kickstart.nvim
that referenced
this pull request
Jan 24, 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fix typo
opt
->opts
, corrects PR #1250thanks @dam9000
Fixes #1249