From 4a401e6ca15e1b848f77d5a3bf343e6582eabf00 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Mon, 5 Feb 2024 15:07:36 +0100 Subject: [PATCH] helix: Disabled inline type hints --- editor/helix/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index 25d8d9b..1a14d7f 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -12,7 +12,6 @@ character = "┆" [editor.lsp] auto-signature-help = false -display-inlay-hints = true display-messages = true [editor.soft-wrap]