From a0137b53adca56bc745386fecccfc44f456710bc Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 16 May 2024 03:54:48 +0200 Subject: [PATCH] inlay hints in helix --- modules/home/utils/helix-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/utils/helix-config.nix b/modules/home/utils/helix-config.nix index a9831d9..d80e7ae 100644 --- a/modules/home/utils/helix-config.nix +++ b/modules/home/utils/helix-config.nix @@ -7,6 +7,8 @@ auto-format = true; soft-wrap.enable = true; + lsp.display-inlay-hints = true; + whitespace.render = "all"; cursor-shape = {