26 lines
466 B
TOML
26 lines
466 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
|
|
wrap-indicator = ""
|
|
|
|
[editor.statusline]
|
|
left = ["mode", "spinner", "file-name"]
|
|
center = []
|
|
right = ["diagnostics", "selections", "position", "position-percentage", "file-encoding"]
|
|
|
|
[keys.normal]
|
|
"C-l" = [":config-reload", ":redraw"]
|