Add perl dev stuff 😓
This commit is contained in:
parent
814f6cb71b
commit
8e0d49307a
|
@ -4,6 +4,7 @@ dev_stuffs:
|
|||
- ansible
|
||||
- docker
|
||||
- network
|
||||
- perl
|
||||
- php
|
||||
- python
|
||||
- shell
|
||||
|
|
|
@ -4,6 +4,7 @@ dev_stuffs:
|
|||
- shell
|
||||
- network
|
||||
- ansible
|
||||
- perl
|
||||
- python
|
||||
extensions:
|
||||
- gh
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{% if arch_based %}
|
||||
perl-perl-languageserver
|
||||
{% endif %}
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue