try helix

This commit is contained in:
cy 2025-03-20 11:03:22 -04:00
parent 02dc7351ef
commit 959deb8dbc
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 61 additions and 1 deletions

View file

@ -152,4 +152,17 @@
};
programs.nix-index-database.comma.enable = true;
programs.helix = {
enable = true;
settings = {
theme = "github_dark";
editor = {
line-number = "relative";
lsp.display-messages = true;
};
keys.insert = {
"C-[" = "normal_mode";
};
};
};
}