skynet/helix/config.toml

20 lines
425 B
TOML

theme = "catppuccin_mocha"
[editor]
color-modes = true
end-of-line-diagnostics = "hint"
auto-pairs = false
[editor.statusline]
left = ["mode", "separator", "file-name"]
right = ["spinner", "diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
[editor.whitespace.render]
tab = "all"
newline = "all"
[editor.soft-wrap]
enable = true
[editor.inline-diagnostics]
cursor-line = "warning"