You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
582 B
TOML

theme = "dracula-purple"
[editor]
rulers = [120]
shell = ["zsh", "-c"]
true-color = true
cursorline = true
color-modes = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.statusline]
left = ["mode", "spinner", "file-name"]
center = []
right = ["diagnostics", "selections", "position", "position-percentage", "separator", "file-encoding", "file-line-ending", "file-type"]
separator = " │"
[editor.explorer]
style = "tree"
position = "embed"
[editor.indent-guides]
render = true
[keys.normal]
C-j = "half_page_down"
C-k = "half_page_up"