Add nix
C'est le début de la fin...
This commit is contained in:
parent
314ca93dbf
commit
a8133a9dba
|
@ -4,6 +4,7 @@ dev_stuffs:
|
|||
- ansible
|
||||
- docker
|
||||
- network
|
||||
- nix
|
||||
- perl
|
||||
- php
|
||||
- python
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
nix
|
||||
rnix-lsp
|
||||
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue