This commit is contained in:
parent
a283b27766
commit
0140dbab6a
@ -12,7 +12,7 @@ vim.cmd.syntax('on')
|
|||||||
{%- if command == "globals" %}{% set t = "g" %}{% endif %}
|
{%- if command == "globals" %}{% set t = "g" %}{% endif %}
|
||||||
{%- if command == "options" %}{% set t = "o" %}{% endif %}
|
{%- if command == "options" %}{% set t = "o" %}{% endif %}
|
||||||
{% for k, v in settings.items() %}
|
{% for k, v in settings.items() %}
|
||||||
vim.{{ t }}["{{ k }}"]{% if v is defined %}={% if v is integer or v is boolean %}{{ v }}{% else %}"{{ v }}"{% endif %}{% endif %}
|
vim.{{ t }}["{{ k }}"]{% if v is defined %}={% if v is integer or v is boolean %}{{ v|lower }}{% else %}"{{ v }}"{% endif %}{% endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{% endmacro -%}
|
{% endmacro -%}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user