Helix: enable soft-wrap

This commit is contained in:
Filippo Berto 2023-04-26 16:55:17 +02:00
parent 27bd8b20e3
commit 1c8f2b7b9f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -19,11 +19,12 @@
}];
settings = {
theme = "ayu_mirage";
editor.lsp.display-messages = true;
editor.scrolloff = 5;
editor.true-color = true;
editor = {
lsp.display-messages = true;
scrolloff = 5;
soft-wrap.enable = true;
# editor.soft-wrap.enable = true;
true-color = true;
};
keys.normal = {
"C-A-l" = ":format";
"A-r" = ":reload";