Open petRUShka opened 1 year ago
Ansible is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates.
It is build on top of YAML and quite popular.
There is Ansible Language Server. It is supported by coc (coc-ansible) but isn't supported by vim-lsp.
P.S. yaml-language-server isn't sufficient because it know nothing about Ansible-specific keywords and commands.
Are there any updates? This would be very nice if we can implement the ansible-lsp server into vim-lsp/vim-lsp-settings.
ansible-lsp
vim-lsp
vim-lsp-settings
I don't know if I have enough skills, but I would help if I can.
It is build on top of YAML and quite popular.
There is Ansible Language Server. It is supported by coc (coc-ansible) but isn't supported by vim-lsp.
P.S. yaml-language-server isn't sufficient because it know nothing about Ansible-specific keywords and commands.