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

Update lazy.nvim instruction in README.md #151

Merged
merged 2 commits into from
Aug 17, 2024

Conversation

Elnee
Copy link
Contributor

@Elnee Elnee commented Aug 17, 2024

First of all, thank you for such an amazing project! I want to contribute to the README.md file.
It's usual to have a listing of just a Lua table item as an install snippet. Because many people use a rather structural approach to the configuration of lazy.nvim. So, the require is already called by them in a separate file.

Also, I removed the config because the official documentation of lazy.nvim suggests using opts instead of it. It will do the same. It will just call require('kulala').setup({}) but with less code.

I've tested the change and it works.

image

According to the documentation opts should be preferred instead of config.
@Elnee Elnee requested a review from gorillamoe as a code owner August 17, 2024 22:51
@gorillamoe gorillamoe self-assigned this Aug 17, 2024
@gorillamoe gorillamoe added the documentation Improvements or additions to documentation label Aug 17, 2024
@gorillamoe
Copy link
Member

Thanks for the great addition!

@gorillamoe gorillamoe merged commit 8afcc7c into mistweaverco:main Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants