dotfiles_helix/config.toml

14 lines
268 B
TOML
Raw Permalink Normal View History

2024-12-28 08:05:44 +00:00
theme = "candy"
2024-12-26 11:18:44 +00:00
[editor]
true-color = true
undercurl = true
color-modes = true
[editor.statusline]
2024-12-26 16:45:30 +00:00
right = ["diagnostics", "selections", "register", "position","total-line-numbers", "file-encoding", "version-control", "spacer"]
2024-12-26 11:18:44 +00:00
[editor.search]
wrap-around = false
2024-12-28 08:05:44 +00:00