From a0e8d4ee260bf2920ca1d8ae5788dc57f682b1e8 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 26 Apr 2023 16:23:08 +0200 Subject: [PATCH] Helix: enable soft-wrap --- hm_modules/helix.nix | 1 + 1 file changed, 1 insertion(+) 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";