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

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