-
Notifications
You must be signed in to change notification settings - Fork 465
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
refactor(pack): BREAKING CHANGE, migrate to lazy.nvim as package manager. #425
Conversation
🎉 Will test this PR after other changes are made. There might be some corner cases to consider. |
Edit: Already been done here 6f3eddb 😅 |
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.
colorscheme can be lazy loaded for lazy.nvim
.
@ayamir I didn't set lazy load for Doc from -- try to load one of these colorschemes when starting an installation during startup
colorscheme = { "habamax" }, |
The issue: #426 about plugins not being loaded when creating a new empty buffer/named file has been resolved. At the same time, the loading sequence has also been optimized to try to load as few plugins as possible before |
After merging these commits, we should also remind users to remove packer-related files. |
Suggession: Remove |
I use this kind of structure in my personal config too, it's indeed much easier to maintain. |
After pulling the latest commit on this branch, that error didn't happened again. Maybe it's just a one-time error or Jint-lzxy fixed it. |
Sounds great! IMO the issue related to btw, happy Chinese New Year 🥳 新年快乐,兔年大吉! |
Happy lunar new year! |
新年快乐! |
Happy lunar new year! (I'm from Vietnam :) |
@ayamir @CharlesChiuGit I've implemented the first draft of #425 (comment). The action log can be found here. The following changes have been made:
CI has the following characteristics:
I will push these changes if there are no issues 👍 |
I don't have pc around me in a few days. Will check once i got home. |
No problem, I want to merge this pr as soon as possible. |
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.
This PR LGTM 🍊
Minor updates such as #425 (comment) will be pushed in the form of patches later 👍
So will the |
Yes, but IMO we should first discuss how to classify these configs. |
ok, i'll open a draft and perhaps we can discuss there. |
refactor(pack): BREAKING CHANGE, migrate to lazy.nvim as package manager.
refactor(pack): BREAKING CHANGE, migrate to lazy.nvim as package manager.
No description provided.