index : dotfiles.git

ascending towards madness

theme = "catppuccin_mocha"

[editor]
rulers = [80, 120]

[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"

[editor.indent-guides]
render = true
character=""
skip-levels = 1

[editor.lsp]
display-messages = true
display-inlay-hints = true

[keys.normal]
"backspace"= { f = ":pipe fmt -w 80"}

[keys.normal."+"]
m = ":run-shell-command make"
c = ":run-shell-command cargo build"
t = ":run-shell-command cargo test"