Compare commits

..

No commits in common. "a8133a9dba9ec7854f326f43ad51d292bde0565a" and "7d011694d82de0d2572ae58793b59022d44c45b2" have entirely different histories.

5 changed files with 3 additions and 11 deletions

View file

@ -4,7 +4,6 @@ dev_stuffs:
- ansible
- docker
- network
- nix
- perl
- php
- python

View file

@ -12,7 +12,8 @@ highlight
{# For nvim's :Telescope live_grep #}
ripgrep
{# Offline documentation #}
{# Relies on qt5-webkit which is a pain to compile
{% if arch_based and ansible_architecture == 'x86_64' %}
{# Pain to compile if binaries for qt5-webkit do not exist #}
zeal
#}
{% endif %}
{# EOF #}

View file

@ -1,5 +1,3 @@
{% if arch_based %}
{# TODO Disabled because it currently doesn't build
perl-perl-languageserver
#}
{% endif %}

View file

@ -43,9 +43,6 @@ local servers = {
{% if 'ansible' in dev_stuffs %}
"ansiblels",
{% endif %}
{% if 'nix' in dev_stuffs %}
"rnix",
{% endif %}
{% if 'perl' in dev_stuffs %}
"perlls",
{% endif %}