-
-
Notifications
You must be signed in to change notification settings - Fork 303
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/fzf-lua: init + test #793
Conversation
I don't know why the test fails, I tested locally without my addition and it fails too. |
5cc941d
to
f77c4ce
Compare
Okay I managed to fix the failed check issue 🥳 |
@GaetanLepage Done! |
@GaetanLepage is there any other issue that I need to fix? |
Hey, sorry for taking so long. The simpler way would be to limit the scope to the "global options" that would end up in the If you want to go a bit further, you could create a I suggest to limit the scope of this PR to the default options though. |
Thanks! I'll try to add |
Yes exactly. It is a bit of a pain to do, but it is one of the added value of nixvim ;) |
@GaetanLepage I added Maybe you can accept this PR and maybe if somebody else want to improve this plugin then he/she/they can make another PR? |
I also agree that having the setup options added in can be some kind of type checking at build time in case the user provided a wrong options it will fail to build resulting in the user must fix that up to continue building instead of having a broken neovim config. But I'm just not good enough to make it robust. I think the better way to go is to have all the available options in a variable that can also be used for the But, there are a lot of options that are action name specific, i.e |
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.
I think that what you have done until now is good.
I would still want to package the options.
If you allow me to do so, I can complete this work by force-pushing to your branch.
Does that sound good to you ?
@GaetanLepage I have commited the requested changes. Yes feel free to push to the branch! Thank you! |
61d3066
to
d021c6b
Compare
This is finally ready ! Sorry @budimanjojo for taking that long... |
62dcaab
to
b038640
Compare
Thank you! |
No description provided.