From 27cc594d8fb5fb9e28888e20bae14db6ac2bef83 Mon Sep 17 00:00:00 2001 From: SoraTenshi Date: Wed, 1 May 2024 15:58:30 -0700 Subject: Add rainbow indentation guides ref: https://github.com/helix-editor/helix/issues/4010 ref: https://github.com/helix-editor/helix/pull/4493 --- book/src/configuration.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'book/src/configuration.md') diff --git a/book/src/configuration.md b/book/src/configuration.md index 22531868..6cb2ea0b 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -291,6 +291,7 @@ Options for rendering vertical indent guides. | `render` | Whether to render indent guides | `false` | | `character` | Literal character to use for rendering the indent guide | `│` | | `skip-levels` | Number of indent levels to skip | `0` | +| `rainbow-option` | Enum to set rainbow indentations. Options: `normal`, `dim` and `none`. | `none` | Example: @@ -299,6 +300,7 @@ Example: render = true character = "╎" # Some characters that work well: "▏", "┆", "┊", "⸽" skip-levels = 1 +rainbow-option = "normal" ``` ### `[editor.gutters]` Section -- cgit v1.2.3-70-g09d2