Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/helix/config.toml

59 lines
938 B
TOML

theme = "jdkaplan"
[editor]
scrolloff = 1
cursorline = true
trim-final-newlines = true
trim-trailing-whitespace = true
end-of-line-diagnostics = "hint"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.inline-diagnostics]
cursor-line = "warning"
[editor.file-picker]
hidden = false
deduplicate-links = false
[editor.indent-guides]
render = true
character = "┊"
skip-levels = 1
[editor.gutters]
layout = [
"diff",
"diagnostics",
"line-numbers",
"spacer",
]
line-numbers = { min-width = 1 }
[editor.soft-wrap]
enable = true
wrap-indicator = ""
max-indent-retain = 0
[editor.statusline]
left = [
"mode",
"spinner",
"file-name",
"read-only-indicator",
"file-modification-indicator",
]
center = []
right = [
"diagnostics",
"selections",
"position",
"position-percentage",
"file-encoding",
]
[keys.normal]
"C-l" = [":config-reload", ":redraw"]