.config/helix/config.toml

22 lines
498 B
TOML
Raw Normal View History

2023-09-19 18:55:24 +00:00
theme = "onedark"
[editor]
line-number = "relative"
bufferline = "always"
idle-timeout = 0
completion-trigger-len = 1
2023-09-19 18:55:24 +00:00
[editor.soft-wrap]
enable = true
2024-01-28 11:53:04 +00:00
[editor.indent-guides]
render = true
2023-09-19 18:55:24 +00:00
[editor.lsp]
display-inlay-hints = true
display-messages = true
snippets = true
[editor.statusline]
left = ["mode", "spinner", "file-name", "file-modification-indicator", "workspace-diagnostics" ]
right = ["version-control", "diagnostics", "position", "file-encoding", "total-line-numbers", "file-type"]