From a6052994f0977da34691a9171e0e6f23868d13c4 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 16 Jul 2024 12:28:18 -0500 Subject: [PATCH] Router wip --- flake.lock | 6 +++--- modules/home-manager/default.nix | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 1d64814..78dcacc 100644 --- a/flake.lock +++ b/flake.lock @@ -120,11 +120,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1719626901, - "narHash": "sha256-uNPtomiPPWHAqZXc24+gL13FIrW+nShM9tfmtfyPqQU=", + "lastModified": 1721100689, + "narHash": "sha256-ALcANRhsPzmY8CNvXWWxI5yc72cH9v6t49N7S+spBqs=", "owner": "helix-editor", "repo": "helix", - "rev": "dca952c03ac1d3beab1e4b203648e3a31181dbf1", + "rev": "22a051408a467ff8b3e43457961d5497903dc7d0", "type": "github" }, "original": { diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 09ae471..2a65130 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -634,6 +634,11 @@ rulers = [81 121]; cursorline = true; + inline-diagnostics = { + cursor-line = "hint"; + other-lines = "error"; + }; + cursor-shape = { normal = "block"; insert = "bar";