summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-04-03 11:27:51 -0400
committerJesse Luehrs <doy@tozt.net>2023-04-03 11:27:51 -0400
commit317f408101fd4a41b3e10d4931d8842895a610ba (patch)
tree1bfeae5cded48e8c488397f6c98d3f33687fdf61
parent7404a5111df25bd33f175651fca9695de8ceb4b5 (diff)
downloadconf-317f408101fd4a41b3e10d4931d8842895a610ba.tar.gz
conf-317f408101fd4a41b3e10d4931d8842895a610ba.zip
configure soft wrap for new helix version
-rw-r--r--config/helix/config.toml3
-rw-r--r--config/helix/themes/doy.toml1
2 files changed, 4 insertions, 0 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
index b388eb6..d9bb4f1 100644
--- a/config/helix/config.toml
+++ b/config/helix/config.toml
@@ -6,6 +6,9 @@ auto-info = false
color-modes = true
true-color = true
+[editor.soft-wrap]
+enable = true
+
[keys.normal]
tab = ":w"
"|" = ":q"
diff --git a/config/helix/themes/doy.toml b/config/helix/themes/doy.toml
index 6c11cac..a55e9e0 100644
--- a/config/helix/themes/doy.toml
+++ b/config/helix/themes/doy.toml
@@ -13,6 +13,7 @@
"ui.text" = { fg = "default" }
"ui.text.info" = { bg = "dark-white" }
"ui.text.focus" = { fg = "yellow" }
+"ui.virtual.wrap" = { fg = "dark-blue" }
"ui.window" = { bg = "dark-white" }
"diagnostic.error" = { bg = "dark-red" }