14 lines
178 B
Django/Jinja
14 lines
178 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
|