From 975bbd13adec07fb150a0a4139e3a26724f28120 Mon Sep 17 00:00:00 2001 From: Muaz Ahmad Date: Wed, 22 May 2024 13:43:56 +0500 Subject: [PATCH] Add line wrapping for helix config --- basic_configs/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basic_configs/helix/config.toml b/basic_configs/helix/config.toml index 9694976..5407804 100644 --- a/basic_configs/helix/config.toml +++ b/basic_configs/helix/config.toml @@ -37,6 +37,8 @@ layout = ["diagnostics", "line-numbers", "diff"] [editor.gutters.line-numbers] min-width = 4 +[editor.soft-wrap] +enable = true # keybinds