Helix: enable soft-wrap

This commit is contained in:
Filippo Berto 2023-04-26 16:23:08 +02:00
parent 35038ab020
commit a0e8d4ee26
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -22,6 +22,7 @@
editor.lsp.display-messages = true;
editor.scrolloff = 5;
editor.true-color = true;
soft-wrap.enable = true;
# editor.soft-wrap.enable = true;
keys.normal = {
"C-A-l" = ":format";