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