18 lines
229 B
TOML
18 lines
229 B
TOML
theme = "gruvbox"
|
|
|
|
[editor]
|
|
line-number = "relative"
|
|
mouse = true
|
|
true-color=true
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
normal = "block"
|
|
select = "underline"
|
|
|
|
[editor.file-picker]
|
|
hidden = false
|
|
|
|
[editor.soft-wrap]
|
|
enable = true
|