Regular updates
This commit is contained in:
parent
7d011694d8
commit
314ca93dbf
|
@ -12,8 +12,7 @@ highlight
|
||||||
{# For nvim's :Telescope live_grep #}
|
{# For nvim's :Telescope live_grep #}
|
||||||
ripgrep
|
ripgrep
|
||||||
{# Offline documentation #}
|
{# Offline documentation #}
|
||||||
{% if arch_based and ansible_architecture == 'x86_64' %}
|
{# Relies on qt5-webkit which is a pain to compile
|
||||||
{# Pain to compile if binaries for qt5-webkit do not exist #}
|
|
||||||
zeal
|
zeal
|
||||||
{% endif %}
|
#}
|
||||||
{# EOF #}
|
{# EOF #}
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
{% if arch_based %}
|
{% if arch_based %}
|
||||||
|
{# TODO Disabled because it currently doesn't build
|
||||||
perl-perl-languageserver
|
perl-perl-languageserver
|
||||||
|
#}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue