Compare commits

..

2 commits

Author SHA1 Message Date
Geoffrey Frogeye a8133a9dba
Add nix
C'est le début de la fin...
2023-10-21 22:02:18 +02:00
Geoffrey Frogeye 314ca93dbf
Regular updates 2023-10-21 21:56:38 +02:00
5 changed files with 11 additions and 3 deletions

View file

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

View file

@ -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 #}

View file

@ -0,0 +1,3 @@
nix
rnix-lsp

View file

@ -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 %}

View file

@ -43,6 +43,9 @@ 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 %}