mattn / vim-lsp-settings

Auto configurations for Language Server for vim-lsp
MIT License
1.27k stars 229 forks source link

Add support for Ansible Language Server #666

Open petRUShka opened 1 year ago

petRUShka commented 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.

lxwulf commented 5 months ago

Are there any updates? This would be very nice if we can implement the ansible-lsp server into vim-lsp/vim-lsp-settings.

I don't know if I have enough skills, but I would help if I can.