20 lines
352 B
Django/Jinja
20 lines
352 B
Django/Jinja
perf
|
|
git
|
|
jq
|
|
{% if arch_based %}
|
|
ctags
|
|
{% elif debian_based %}
|
|
universal-ctags
|
|
{% endif %}
|
|
{% if not termux %}
|
|
highlight
|
|
{% endif %}
|
|
{# For nvim's :Telescope live_grep #}
|
|
ripgrep
|
|
{# Offline documentation #}
|
|
{% if arch_based and ansible_architecture == 'x86_64' %}
|
|
{# Pain to compile if binaries for qt5-webkit do not exist #}
|
|
zeal
|
|
{% endif %}
|
|
{# EOF #}
|