-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
plugins/lualine: migrate to mkNeovimPlugin #2080
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
fd800be
to
5613ebe
Compare
84f446a
to
6649730
Compare
This comment was marked as resolved.
This comment was marked as resolved.
14bc9cc
to
4b44d8c
Compare
e0df900
to
ee04c75
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
aaed678
to
f7dd21f
Compare
60a1e8a
to
eba101e
Compare
18457e0
to
15b259e
Compare
12634d2
to
06ad4c0
Compare
0657e16
to
d25d928
Compare
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.
Everything looks good, IDK if you want a second opinion, but you've been very thorough in checking upstream options so I trust your changes 🚀
Thanks, I'm fairly confident in the changes since it works with my config and I'd consider it robust. Was just double checking the diff a bit and everything looks pretty good. |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at d12045e |
I don't think the mkRenamedOptions is working correctly here
|
Thanks for reporting. What does the offending definition look like? |
This doesn't make much sense, because the new type should be a superset of the old type.
|
That is the old config https://github.com/NuschtOS/nvim.nix/blob/4aae65ffea0b488803245fd27e6ef5812faa5fa7/modules/default.nix#L79-L92 My attempt at updating is at NuschtOS/nvim.nix@ |
I created test cases for both configs and they worked: https://github.com/nix-community/nixvim/compare/main...khaneliman:nixvim:sandro?expand=1 Testing and running the new config worked without the warnings. Wondering if there's something else going on then... |
Resolves #2191
Migrating to the current standards. Required using a transitionType for the component options that will help keep existing configurations working, but recommend switching to the new way of being explicit in your configuration to match upstream plugin declaration.