summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-08-06 11:00:35 -0400
committerJesse Luehrs <doy@tozt.net>2023-08-06 11:00:35 -0400
commitdf52f6786a48db5045b89bdccb512b2492098e5e (patch)
treea85f36fc4e9e6efd6d6ec5bc47d4b35c285b0344 /config
parentf21da6221f8c6998848f005a4be11ed7485aa9c1 (diff)
downloadconf-df52f6786a48db5045b89bdccb512b2492098e5e.tar.gz
conf-df52f6786a48db5045b89bdccb512b2492098e5e.zip
display lsp messages
Diffstat (limited to 'config')
-rw-r--r--config/helix/config.toml3
1 files changed, 3 insertions, 0 deletions
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"