1
0
Fork 0
dotfiles/helix/config.toml
2022-12-30 17:20:25 -08:00

15 lines
299 B
TOML

theme = "onedark"
[editor]
scrolloff = 0
cursorline = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.statusline]
left = ["mode", "spinner", "file-name"]
center = []
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]