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

View file

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

View file

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

View file

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

View file

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