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"