Compare commits
No commits in common. "970940061047cc1d03016f780933fb01190bb696" and "130030d33ce9a049700feb68da22c51b75a84db1" have entirely different histories.
9709400610
...
130030d33c
1 changed files with 1 additions and 5 deletions
|
@ -4,22 +4,18 @@ 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 = "underline"
|
||||
select = "block"
|
||||
|
||||
[keys.normal]
|
||||
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}
|
||||
|
|
Loading…
Reference in a new issue