~crg/config

05f9fe0fbc1ba4ff73267b5fb8346c72c5fa7bb5 — Charles Gould 1 year, 3 months ago 3cba2df
helix: display lsp messages, enable soft-wrap
1 files changed, 6 insertions(+), 0 deletions(-)

M helix/config.toml
M helix/config.toml => helix/config.toml +6 -0
@@ 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"