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.
34 lines
639 B
TOML
34 lines
639 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
|
|
rainbow = "dim"
|
|
|
|
[keys.normal]
|
|
C-j = "half_page_down"
|
|
C-k = "half_page_up"
|
|
# a = ["insert_mode", "move_char_right"]
|