dotfiles-void/helix/config.toml
2025-07-18 05:20:16 +03:00

24 lines
404 B
TOML

theme = "transparent_ayu_dark"
[editor]
line-number = "absolute"
mouse = true
[editor.indent-guides]
render = true
character = "▏" # Some characters that work well: "▏", "┆", "┊", "⸽"
skip-levels = 1
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false
[editor.auto-save]
focus-lost = true
[editor.lsp]
display-inlay-hints = true