Switch from powerlevel10k to starship
This commit is contained in:
parent
e8986e8e73
commit
89d6e557fa
7 changed files with 341 additions and 3534 deletions
|
@ -6,9 +6,18 @@ cursorline = true
|
|||
line-number = "relative"
|
||||
popup-border = "all"
|
||||
|
||||
[editor.auto-pairs]
|
||||
"(" = ")"
|
||||
"{" = "}"
|
||||
"[" = "]"
|
||||
|
||||
[editor.indent-guides]
|
||||
render = true
|
||||
character = "▏"
|
||||
|
||||
[editor.inline-diagnostics]
|
||||
cursor-line = "hint"
|
||||
other-lines = "disable"
|
||||
|
||||
[keys.insert]
|
||||
"C-g" = "normal_mode"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue