some conveniences for helix

This commit is contained in:
Noah Masur 2025-03-21 13:51:28 -04:00
parent 12d0bccb42
commit 6a7706ca85
No known key found for this signature in database

View File

@ -24,6 +24,13 @@ in
EDITOR = lib.mkForce "${lib.getExe pkgs.helix}";
};
# Create quick aliases for launching Helix
programs.fish = {
shellAbbrs = {
h = lib.mkForce "hx";
};
};
programs.helix = {
enable = true;
@ -61,6 +68,14 @@ in
# View line numbers relative to the current cursors
line-number = "relative";
# Show hidden files
file-picker = {
hidden = false;
git-ignore = true;
git-global = true;
git-exclude = true;
};
# Show whitespace visible to the user
# Waiting for trailing whitespace option ideally
whitespace = {