Add perl dev stuff 😓
This commit is contained in:
parent
814f6cb71b
commit
8e0d49307a
4 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue