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 - ansible
- docker - docker
- network - network
- nix
- perl - perl
- php - php
- python - python

View file

@ -12,7 +12,8 @@ highlight
{# For nvim's :Telescope live_grep #} {# For nvim's :Telescope live_grep #}
ripgrep ripgrep
{# Offline documentation #} {# 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 zeal
#} {% endif %}
{# EOF #} {# EOF #}

View file

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

View file

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