From 9a7d8e57cd3c0918d74f4c10f634bd7aa4a1bc6a Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Thu, 11 Jun 2026 11:07:22 +0200 Subject: [PATCH] HELIX: disable auto-signature-help --- helix/dot-config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helix/dot-config/helix/config.toml b/helix/dot-config/helix/config.toml index d96636a..94cbfd7 100644 --- a/helix/dot-config/helix/config.toml +++ b/helix/dot-config/helix/config.toml @@ -6,3 +6,6 @@ insert = "bar" [editor.soft-wrap] enable = true +[editor.lsp] +auto-signature-help = false +