Compare commits
3 commits
130030d33c
...
9709400610
Author | SHA1 | Date | |
---|---|---|---|
9709400610 | |||
6822960dfe | |||
f56dfca830 |
1 changed files with 5 additions and 1 deletions
|
@ -4,18 +4,22 @@ theme="sonokai"
|
||||||
mouse = false
|
mouse = false
|
||||||
preview-completion-insert = false
|
preview-completion-insert = false
|
||||||
color-modes = true
|
color-modes = true
|
||||||
|
cursorline = true
|
||||||
|
|
||||||
[editor.indent-guides]
|
[editor.indent-guides]
|
||||||
render = true
|
render = true
|
||||||
character = "┆"
|
character = "┆"
|
||||||
|
|
||||||
|
[editor.lsp]
|
||||||
|
display-inlay-hints = true
|
||||||
|
|
||||||
[editor.soft-wrap]
|
[editor.soft-wrap]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
normal = "block"
|
normal = "block"
|
||||||
select = "block"
|
select = "underline"
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}
|
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}
|
||||||
|
|
Loading…
Reference in a new issue