Files
TerminalPolyjuice/helix/config.toml
T

37 lines
892 B
TOML

theme = "onedark"
[editor]
line-number = "relative"
cursorline = true
cursorcolumn = true
default-yank-register = "+"
continue-comments = true
auto-format = true
trim-trailing-whitespace = true
insert-final-newline = true
scrolloff = 5
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "underline"
[editor.statusline]
left = ["mode", "spinner", "read-only-indicator", "file-modification-indicator", "version-control"]
center = ["file-name", "total-line-numbers", "position-percentage"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"
diagnostics = ["warning", "error"]
workspace-diagnostics = ["warning", "error"]
[editor.indent-guides]
render = true
character = "╎"
skip-level = 1
[editor.file-picker]
hidden = false
parents = false