From 2dbf5830a3a1d6e4b4117be3d84364c090eb8f2e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 18:15:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 18:15:07 --- .config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index ff1e5534..aba4312f 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -21,6 +21,9 @@ select = "underline" [editor.statusline] mode.normal = "NRM" +[editor.lsp] +display-inlay-hints = true + [keys.normal] m = "move_char_left" M = "goto_line_start"