24 lines
404 B
TOML
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
|