mirror of https://github.com/helix-editor/helix
Add some vertical characters to the editor.indent-guides documentation (#4163)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>pull/4188/head
parent
7af7dadd17
commit
a079f2c9bd
|
@ -249,6 +249,6 @@ Example:
|
||||||
```toml
|
```toml
|
||||||
[editor.indent-guides]
|
[editor.indent-guides]
|
||||||
render = true
|
render = true
|
||||||
character = "╎"
|
character = "╎" # Some characters that work well: "▏", "┆", "┊", "⸽"
|
||||||
skip-levels = 1
|
skip-levels = 1
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue