15 lines
299 B
TOML
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"]
|