14 lines
185 B
TOML
14 lines
185 B
TOML
theme = "gruvbox"
|
|
|
|
[editor]
|
|
shell = ["fish", "-c"]
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
select = "underline"
|
|
|
|
[editor.file-picker]
|
|
hidden = false
|
|
|
|
[editor.indent-guides]
|
|
render = true
|