-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
helix: add extraConfig option #6575
base: master
Are you sure you want to change the base?
Conversation
This will be my very first contribution to the Nix community. I am still working on my changes and hence have made a draft PR. I am now searching for a way to append the option I just added to the config file. |
1509efe
to
d3eb8a5
Compare
Ok this looks messy, but I don't know how to ammend commits without using --amend and then force pushing it. |
The problem I am facing is that I can think of the following approaches -
The first approach has been implemented. |
6bb1c9c
to
f948e30
Compare
The extraConfig option can be used to append ordered lines to helix configuration. Helix depends on order for rendering minor mode menus.
f948e30
to
1a5a1ed
Compare
Okay so, unrelated tests seem to be failing on my machine.
Above is output of |
How? The tests pass here but not on either of my machines? |
Are any changes to be made? If not can we merge? |
Description
Add an extraConfig option for Helix. Fixes #6513
Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
or
nix build --reference-lock-file flake.lock ./tests#test-all
using Flakes.NOTE: I am assuming the tests pass, as I am facing an unrelated error on both of my machines. All the tests in the actions pass.
Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Maintainer CC