diff options
| author | Mica White <botahamec@outlook.com> | 2026-03-21 14:53:39 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-03-21 14:53:39 -0400 |
| commit | 5547e0da62ca90f5012598669d2ef0dfea31c264 (patch) | |
| tree | 2ef79960452060852a356ad29571c75093478cb8 /.config/helix | |
| parent | 53a32b31bf16f5d5c651970d496a7601e17b96bb (diff) | |
Diffstat (limited to '.config/helix')
| -rw-r--r-- | .config/helix/languages.toml | 4 |
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 } |
