add a bunch of language servers

This commit is contained in:
Matthew Stobbs
2025-02-01 13:38:38 -07:00
parent dd6c3e920f
commit 0f6fbec124
11 changed files with 82 additions and 0 deletions

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

@@ -0,0 +1,8 @@
---
- ansible.builtin.include_tasks:
file: pkgs/nodejs.yml
when: pkgconfig_nodejs is undefined
- name: add to npmpkgs
ansible.builtin.set_fact:
npmpkgs: "{{ npmpkgs + [ 'bash-language-server' ] }}"