diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-23 07:47:54 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-23 07:47:54 -0700 |
| commit | 679f58554dd202ffc722b7ae10a2ac106573d2ed (patch) | |
| tree | 3ab9433af935bfee8d22406f6e698d560cc77f16 /modules/home-manager/helix.nix | |
| parent | 154caf63dffc1c24b69c088bea039a51b7c8348a (diff) | |
more true color support
Diffstat (limited to 'modules/home-manager/helix.nix')
| -rw-r--r-- | modules/home-manager/helix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index 604a44e..37c65b5 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -19,6 +19,7 @@ line-number = "relative"; cursorline = true; color-modes = true; + true-color = true; lsp.display-messages = true; cursor-shape = { insert = "bar"; |
