From 589da4b4fa11bf0770b6eeabe364c49a08311615 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 30 Apr 2024 15:25:34 +0200 Subject: [PATCH] add inlay type hints by default in helix --- home-manager/shared/shell/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/shared/shell/helix.nix b/home-manager/shared/shell/helix.nix index e83f57f..9fc9e69 100644 --- a/home-manager/shared/shell/helix.nix +++ b/home-manager/shared/shell/helix.nix @@ -13,6 +13,7 @@ editor = { line-number = "relative"; lsp.display-messages = true; + lsp.display-inlay-hints = true; cursor-shape = { insert = "bar"; normal = "block";