From ea2bb4640c535719498a0371c848d230095c3ef3 Mon Sep 17 00:00:00 2001 From: karitham Date: Wed, 18 Mar 2026 14:40:49 +0100 Subject: [PATCH] helix: try inlay hints --- modules/dev/editor/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dev/editor/helix.nix b/modules/dev/editor/helix.nix index 9a66cae..e4a0611 100644 --- a/modules/dev/editor/helix.nix +++ b/modules/dev/editor/helix.nix @@ -111,6 +111,7 @@ lib.mkIf config.dev.editor.enable { lsp = { snippets = true; display-color-swatches = true; + display-inlay-hints = true; display-messages = true; }; soft-wrap = { -- 2.51.2