.config/helix/config.toml

18 lines
445 B
TOML
Raw Normal View History

2023-09-19 18:55:24 +00:00
theme = "onedark"
[editor]
line-number = "relative"
bufferline = "always"
completion-trigger-len = 500
2023-09-19 18:55:24 +00:00
[editor.soft-wrap]
enable = true
[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"]