.config/helix/config.toml

17 lines
416 B
TOML

theme = "onedark"
[editor]
line-number = "relative"
bufferline = "always"
[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"]