14 lines
268 B
TOML
14 lines
268 B
TOML
theme = "candy"
|
|
|
|
[editor]
|
|
true-color = true
|
|
undercurl = true
|
|
color-modes = true
|
|
|
|
[editor.statusline]
|
|
right = ["diagnostics", "selections", "register", "position","total-line-numbers", "file-encoding", "version-control", "spacer"]
|
|
|
|
[editor.search]
|
|
wrap-around = false
|
|
|