Skip to content

Commit

Permalink
chore(helix): Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmoy committed Jun 21, 2024
1 parent 35127ea commit b9cdda8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/home-manager/helix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,20 @@ in {
theme = "tokyonight";
editor = {
line-number = "relative";
lsp.display-messages = true;
lsp = {
display-messages = true;
display-inlay-hints = true;
};
cursor-shape = {
insert = "bar";
normal = "block";
select = "underline";
};
};
};
programs.helix.themes = {
"ui.background" = { fg = "foreground"; };
};
programs.helix.languages = {};
programs.helix.defaultEditor = true;
};
Expand Down

0 comments on commit b9cdda8

Please sign in to comment.