dotfiles/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2
2021-10-17 14:39:05 +02:00

15 lines
188 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
{# EOF #}