From 154faf9d3df92cf8a97bf04fa386c588f01b0d2f Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 1 Nov 2023 23:01:46 +0100 Subject: [PATCH] Add line wrap config to helix --- private_dot_config/helix/config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/private_dot_config/helix/config.toml b/private_dot_config/helix/config.toml index 32ee4bf..b4a49a8 100644 --- a/private_dot_config/helix/config.toml +++ b/private_dot_config/helix/config.toml @@ -3,7 +3,7 @@ theme = "dracula-purple" [editor] rulers = [120] -shell = ["zsh", "-c"] +shell = ["nu", "-c"] true-color = true cursorline = true color-modes = true @@ -13,6 +13,8 @@ insert = "bar" normal = "block" select = "underline" +[editor.soft-wrap] +enable = true [editor.statusline] left = ["mode", "spinner", "spacer", "file-name"]