dotfiles/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2
2023-10-21 21:56:38 +02:00

19 lines
275 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 #}
{# Relies on qt5-webkit which is a pain to compile
zeal
#}
{# EOF #}