dotfiles/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2

20 lines
352 B
Plaintext
Raw Normal View History

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