From 66cda354ba9071558f24d411fcd5068e4cbf7afc Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 27 Jan 2024 14:29:37 +0100 Subject: [PATCH] helix: Update [editor.lsp] config --- editor/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index b348772..25d8d9b 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -11,7 +11,9 @@ render = true character = "┆" [editor.lsp] +auto-signature-help = false display-inlay-hints = true +display-messages = true [editor.soft-wrap] enable = true