dotfiles/.config/helix/config.toml

23 lines
335 B
TOML

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