dotfiles/.config/helix/config.toml

23 lines
335 B
TOML
Raw Normal View History

2022-01-07 23:00:48 +00:00
theme = "onedark"
2022-09-08 22:35:40 +00:00
[editor]
color-modes = true
2022-12-27 13:47:03 +00:00
auto-save = true
bufferline = "multiple"
2025-01-05 17:56:42 +00:00
end-of-line-diagnostics = "hint"
[editor.inline-diagnostics]
cursor-line = "error"
2022-09-08 22:35:40 +00:00
[editor.indent-guides]
2023-06-02 00:19:05 +00:00
render = true
[editor.soft-wrap]
enable = true
[editor.lsp]
display-inlay-hints = true
[editor.statusline]
2025-01-05 17:56:42 +00:00
center = ["version-control"]