mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
15 lines
225 B
TOML
15 lines
225 B
TOML
theme = "nightfox"
|
|
|
|
[editor]
|
|
line-number = "relative"
|
|
cursorline = true
|
|
color-modes = true
|
|
shell = ["zsh", "-c"]
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
normal = "block"
|
|
select = "underline"
|
|
|
|
[editor.file-picker]
|
|
hidden = false |