-
Notifications
You must be signed in to change notification settings - Fork 43.4k
Add hint to uncomment line to autodetect plugins #369
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
Conversation
README.md
Outdated
| * Feel free to change any of the default options in `init.lua` to better suit your needs. | ||
| * For adding plugins, there are 3 primary options: | ||
| * Add new configuration in `lua/custom/plugins/*` files, which will be auto sourced using `lazy.nvim` | ||
| * Add new configuration in `lua/custom/plugins/*` files, which will be auto sourced using `lazy.nvim` (uncomment line 206 in init.lua therefore) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maintaining a specific line number can be challenging, as it requires constant monitoring of every change to inin.lut at line 206
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Please describe the line to be removed rather than citing a line number and I'll merge this.
Also please consider changing "therefore" to something like 'to enable this'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah you're right, I changed the hint according to your suggestions
feoh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your contribution and for working with us to make kickstart.nvim the best it can be :)
Thanks for maintaining this amazing project! It provides an amazing starting point into the nvim universe :) |
|
@feoh curious if you intended to merge this as well? LGTM & is approved |
|
Good catch! I think I thought I was approving emerging the whole pull request as opposed to one commit |
I think you should mention that now you have to uncomment line 206 in init.lua to autodetect plugins