From f56dfca8303d151c38567eb74b7f766b8befab62 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 27 Jan 2024 14:23:43 +0100 Subject: [PATCH] helix: lsp now displays inlay-hints --- editor/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editor/helix/config.toml b/editor/helix/config.toml index e8d1e5a..bfa161d 100644 --- a/editor/helix/config.toml +++ b/editor/helix/config.toml @@ -9,6 +9,9 @@ color-modes = true render = true character = "┆" +[editor.lsp] +display-inlay-hints = true + [editor.soft-wrap] enable = true