From 231217472ff3664f90cc1db040534e6bdd5551e6 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 +