2024-02-29 21:43:09 +01:00
|
|
|
theme="jaaj"
|
2023-09-28 10:52:20 +02:00
|
|
|
|
2024-01-27 14:13:11 +01:00
|
|
|
[editor]
|
2024-02-06 20:07:28 +01:00
|
|
|
line-number = "relative"
|
2024-01-27 14:13:11 +01:00
|
|
|
mouse = false
|
|
|
|
preview-completion-insert = false
|
|
|
|
color-modes = true
|
2024-01-27 14:24:42 +01:00
|
|
|
cursorline = true
|
2024-01-27 14:13:11 +01:00
|
|
|
|
2024-01-27 14:15:56 +01:00
|
|
|
[editor.indent-guides]
|
|
|
|
render = true
|
|
|
|
character = "┆"
|
|
|
|
|
2024-01-27 14:23:43 +01:00
|
|
|
[editor.lsp]
|
2024-01-27 14:29:37 +01:00
|
|
|
auto-signature-help = false
|
|
|
|
display-messages = true
|
2024-01-27 14:23:43 +01:00
|
|
|
|
2024-01-19 17:47:36 +01:00
|
|
|
[editor.soft-wrap]
|
|
|
|
enable = true
|
|
|
|
|
2024-01-27 13:51:37 +01:00
|
|
|
[editor.cursor-shape]
|
|
|
|
insert = "bar"
|
|
|
|
normal = "block"
|
2024-01-27 14:27:10 +01:00
|
|
|
select = "underline"
|
2024-01-27 13:51:37 +01:00
|
|
|
|
2023-09-28 10:52:20 +02:00
|
|
|
[keys.normal]
|
2024-09-25 09:37:27 +02:00
|
|
|
backspace = {r = ":sh cargo run", b = ":sh cargo build", p = ":sh python src/main.py"}
|
2024-01-27 13:04:01 +01:00
|
|
|
a = ["ensure_selections_forward", "collapse_selection", "move_char_right", "insert_mode"]
|
2024-01-27 13:54:33 +01:00
|
|
|
A-R = [":clipboard-paste-replace"]
|