Switch from powerlevel10k to starship

This commit is contained in:
Gnarwhal 2025-07-06 01:06:49 +00:00
parent e8986e8e73
commit 89d6e557fa
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
7 changed files with 341 additions and 3534 deletions

View file

@ -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"