diff --git a/.config/helix/config.toml b/.config/helix/config.toml index fa1971de..24c2d83d 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -25,6 +25,10 @@ mode.normal = "NRM" [editor.lsp] display-inlay-hints = true +display-messages = true +# TODO: disable auto signature help +# and set a binding for it instead +# auto-signature-help = false [editor.indent-guides] render = true