16 lines
367 B
TOML
16 lines
367 B
TOML
theme = "catppuccin_mocha"
|
|
|
|
[editor]
|
|
color-modes = true
|
|
end-of-line-diagnostics = "hint"
|
|
auto-pairs = false
|
|
gutters = []
|
|
|
|
[editor.statusline]
|
|
left = ["mode", "separator", "file-name"]
|
|
right = ["spinner", "diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
|
|
separator = ""
|
|
|
|
[editor.soft-wrap]
|
|
enable = true
|
|
wrap-indicator = ""
|