From 05f9fe0fbc1ba4ff73267b5fb8346c72c5fa7bb5 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Tue, 13 Jun 2023 09:52:04 -0400 Subject: [PATCH] helix: display lsp messages, enable soft-wrap --- helix/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helix/config.toml b/helix/config.toml index 153cc88..e647a41 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -16,6 +16,12 @@ select = "underline" [editor.file-picker] hidden = false +[editor.lsp] +display-messages = true + +[editor.soft-wrap] +enable = true + [editor.statusline] mode.normal = "normal" mode.insert = "insert"