mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
clojure, vscode version update, fixes
This commit is contained in:
parent
2379badd14
commit
8621bb0a20
7 changed files with 118 additions and 14 deletions
|
|
@ -44,3 +44,12 @@
|
|||
- name: Truffle development environment
|
||||
ansible.builtin.import_tasks: qt.yml
|
||||
when: "'qt' in tools"
|
||||
|
||||
- name: Clojure development environment
|
||||
ansible.builtin.import_tasks: clojure.yml
|
||||
when: "'clojure' in tools"
|
||||
|
||||
# TODO
|
||||
- name: Arend proof assistant development environment
|
||||
ansible.builtin.import_tasks: arend.yml
|
||||
when: "'arend' in tools"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue