Skip to content

docs: Add lazy.nvim installation instructions#33

Merged
ghillb merged 1 commit intoghillb:mainfrom
zeroicey:main
Jan 23, 2026
Merged

docs: Add lazy.nvim installation instructions#33
ghillb merged 1 commit intoghillb:mainfrom
zeroicey:main

Conversation

@zeroicey
Copy link
Contributor

Hi! Thanks for creating this awesome plugin.

I noticed the README currently only includes installation instructions for packer. Since many users have migrated to lazy.nvim, I've added a configuration example to help new users get started easily.

Changes included:

  • Added a Lazy.nvim installation snippet.
  • Used the keys table for lazy-loading, so the plugin only loads when the specific keymaps are pressed (improving startup time).
  • Used the opts = {} shorthand which automatically calls .setup(), keeping the config clean.
  • Kept the default keymaps consistent with the existing Packer example (K, J, etc.).

Hope this helps!

@ghillb
Copy link
Owner

ghillb commented Jan 23, 2026

thanks!

@ghillb ghillb merged commit 2b97023 into ghillb:main Jan 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants