dotfiles_helix/config.toml

13 lines
275 B
TOML
Raw Normal View History

2024-12-26 16:45:30 +00:00
theme = "molokai_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