Files
dotfiles/.config/helix/config.toml
2026-01-17 17:15:00 -06:00

26 lines
400 B
TOML

theme = "onedark"
[editor]
color-modes = true
auto-save = true
bufferline = "multiple"
end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "warning"
[editor.indent-guides]
render = true
[editor.soft-wrap]
enable = true
[editor.lsp]
display-inlay-hints = true
[editor.statusline]
center = ["version-control"]
[keys.normal.space.t]
"h" = ":toggle lsp.display-inlay-hints"