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

19 lines
275 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 09:54:33 +02:00
{# For nvim's :Telescope live_grep #}
ripgrep
2021-11-11 21:53:40 +01:00
{# Offline documentation #}
2023-10-21 21:56:38 +02:00
{# Relies on qt5-webkit which is a pain to compile
2021-11-11 21:53:40 +01:00
zeal
2023-10-21 21:56:38 +02:00
#}
2021-10-17 14:38:26 +02:00
{# EOF #}