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
697 B
TOML

theme = "dracula-purple"
# icons = "nerdfonts"
[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", "spacer", "file-name"]
center = []
right = ["diagnostics", "selections", "position", "position-percentage", "separator", "file-encoding", "file-line-ending", "file-type", "separator", "spacer", "version-control", "spacer"]
separator = " │"
[editor.lsp]
auto-signature-help = true
display-inlay-hints = true
[editor.indent-guides]
render = true
rainbow = "dim"
[keys.normal]
C-j = "half_page_down"
C-k = "half_page_up"