Add soft-wrap to helix

This commit is contained in:
Filippo Berto 2023-02-23 18:02:04 +01:00
parent 7e1316832f
commit 36f6903639
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

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