summaryrefslogtreecommitdiff
path: root/.config/helix
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-03-21 14:53:39 -0400
committerMica White <botahamec@outlook.com>2026-03-21 14:53:39 -0400
commit5547e0da62ca90f5012598669d2ef0dfea31c264 (patch)
tree2ef79960452060852a356ad29571c75093478cb8 /.config/helix
parent53a32b31bf16f5d5c651970d496a7601e17b96bb (diff)
Remove a passwordHEADmain
Diffstat (limited to '.config/helix')
-rw-r--r--.config/helix/languages.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml
index d727f5f..6dd2040 100644
--- a/.config/helix/languages.toml
+++ b/.config/helix/languages.toml
@@ -12,3 +12,7 @@ indent = { tab-width=8, unit="\t" }
[[language]]
name = "markdown"
soft-wrap = { enable = true }
+
+[[language]]
+name = "typst"
+soft-wrap = { enable = true, wrap-indicator="", max-indent-retain=0 }