18 lines
289 B
Smarty
18 lines
289 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"
|
|
|
|
[keys.normal]
|
|
C-n = "extend_search_next" # Add next search result to selection
|