Add perl dev stuff 😓

This commit is contained in:
Geoffrey Frogeye 2022-12-08 10:58:06 +01:00
parent 814f6cb71b
commit 8e0d49307a
4 changed files with 8 additions and 0 deletions

View File

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

View File

@ -4,6 +4,7 @@ dev_stuffs:
- shell
- network
- ansible
- perl
- python
extensions:
- gh

View File

@ -0,0 +1,3 @@
{% if arch_based %}
perl-perl-languageserver
{% endif %}

View File

@ -40,6 +40,9 @@ end
-- Use a loop to conveniently call 'setup' on multiple servers and
-- map buffer local keybindings when the language server attaches
local servers = {
{% if 'perl' in dev_stuffs %}
"perlls",
{% endif %}
{% if 'python' in dev_stuffs %}
"pylsp",
{% endif %}