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"