1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-08 22:16:07 +02:00

Add some vertical characters to the editor.indent-guides documentation (#4163)

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
Sumit Sahrawat 2022-10-10 21:23:14 +00:00 committed by GitHub
parent 7af7dadd17
commit a079f2c9bd
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,6 +249,6 @@ ### `[editor.indent-guides]` Section
```toml
[editor.indent-guides]
render = true
character = "╎"
character = "╎" # Some characters that work well: "▏", "┆", "┊", "⸽"
skip-levels = 1
```