summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
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"