Ansible language server
This commit is contained in:
parent
8e0d49307a
commit
28e120146b
|
@ -1,3 +1,4 @@
|
|||
ansible
|
||||
ansible-lint
|
||||
ansible-language-server
|
||||
{# EOF #}
|
||||
|
|
|
@ -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 'ansible' in dev_stuffs %}
|
||||
"ansiblels",
|
||||
{% endif %}
|
||||
{% if 'perl' in dev_stuffs %}
|
||||
"perlls",
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue