1
0
Fork 0
dotfiles/helix/main.toml

25 lines
446 B
TOML

[editor]
scrolloff = 1
cursorline = true
gutters = [
"diff",
"diagnostics",
"line-numbers",
"spacer",
]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.soft-wrap]
enable = true
[editor.statusline]
left = ["mode", "spinner", "file-name"]
center = []
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]
[keys.normal]
"C-l" = [":config-reload", ":redraw"]