15 lines
209 B
Smarty
15 lines
209 B
Smarty
{% if light %}
|
|
theme = "gruvbox_light"
|
|
{% else %}
|
|
theme = "gruvbox"
|
|
{% end %}
|
|
|
|
[editor]
|
|
auto-format = true
|
|
#line-number = "relative"
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
normal = "block"
|
|
select = "underline"
|