diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index 13cb1f1..e743078 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -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";