12 lines
168 B
TOML
12 lines
168 B
TOML
theme = "bogster"
|
|
|
|
[editor]
|
|
cursorline = true
|
|
indent-guides.render = true
|
|
true-color = true
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
normal = "block"
|
|
select = "underline"
|