Compare commits

...

3 commits

View file

@ -4,18 +4,22 @@ theme="sonokai"
mouse = false
preview-completion-insert = false
color-modes = true
cursorline = true
[editor.indent-guides]
render = true
character = "┆"
[editor.lsp]
display-inlay-hints = true
[editor.soft-wrap]
enable = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "block"
select = "underline"
[keys.normal]
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}