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"]
separator = ""

[editor.whitespace.render]
tab = "all"
newline = "all"

[editor.soft-wrap]
enable = true

[editor.inline-diagnostics]
cursor-line = "warning"