2021-06-13 14:45:20 +02:00
|
|
|
perf
|
|
|
|
git
|
|
|
|
jq
|
|
|
|
{% if arch_based %}
|
|
|
|
ctags
|
|
|
|
{% elif debian_based %}
|
|
|
|
universal-ctags
|
|
|
|
{% endif %}
|
|
|
|
{% if not termux %}
|
|
|
|
highlight
|
|
|
|
{% endif %}
|
2021-07-04 09:54:33 +02:00
|
|
|
{# For nvim's :Telescope live_grep #}
|
|
|
|
ripgrep
|
2021-11-11 21:53:40 +01:00
|
|
|
{# Offline documentation #}
|
2022-12-24 15:33:11 +01:00
|
|
|
{% if arch_based and ansible_architecture == 'x86_64' %}
|
|
|
|
{# Pain to compile if binaries for qt5-webkit do not exist #}
|
2021-11-11 21:53:40 +01:00
|
|
|
zeal
|
2022-12-24 15:33:11 +01:00
|
|
|
{% endif %}
|
2021-10-17 14:38:26 +02:00
|
|
|
{# EOF #}
|