From df52f6786a48db5045b89bdccb512b2492098e5e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 6 Aug 2023 11:00:35 -0400 Subject: display lsp messages --- config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/helix/config.toml b/config/helix/config.toml index b32dceb..879b51f 100644 --- a/config/helix/config.toml +++ b/config/helix/config.toml @@ -13,6 +13,9 @@ enable = true render = true character = "βΈ½" +[editor.lsp] +display-messages = true + [keys.normal] tab = ":w" "|" = ":q" -- cgit v1.2.3-54-g00ecf