fix: hyprland/helix

This commit is contained in:
ooks-io 2024-01-19 21:02:38 +13:00
parent 19afda3c58
commit e5706f26a3
2 changed files with 5 additions and 6 deletions

View file

@ -57,11 +57,11 @@ in
display-messages = true;
display-inlay-hints = true;
};
keys.normal.space.u = {
f = ":format";
w = ":set whitespace.render all";
W = ":set whitespace.render none";
};
};
keys.normal.space.u = {
f = ":format";
w = ":set whitespace.render all";
W = ":set whitespace.render none";
};
};
themes = import ./theme.nix { inherit colorscheme; };