From 36f6903639844e167de176d1b45fb85ea6c3c543 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 23 Feb 2023 18:02:04 +0100 Subject: [PATCH] Add soft-wrap to helix --- hm_modules/helix.nix | 1 + 1 file changed, 1 insertion(+) 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";