dotfiles/.config/helix/config.toml

18 lines
250 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"
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]
center = ["version-control"]