add more language servers

This commit is contained in:
Matthew Stobbs
2025-02-01 14:13:36 -07:00
parent 35281d9503
commit b83dc78546
6 changed files with 29 additions and 7 deletions

8
tasks/pkgs/nginxls.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- ansible.builtin.include_tasks:
file: pkgs/pipx.yml
when: pkgconfig_pipx is undefined
- name: add to pipxpkgs
ansible.builtin.set_fact:
pipxpkgs: "{{ pipxpkgs + ['nginx-language-server'] }}"