diff --git a/hm_modules/helix.nix b/hm_modules/helix.nix index 20238e9..d2ec13c 100644 --- a/hm_modules/helix.nix +++ b/hm_modules/helix.nix @@ -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";