fixes, cli utils, vscode, coq

This commit is contained in:
ProgramSnail 2025-08-09 20:19:59 +03:00
parent 66109effc5
commit 634e4440d6
6 changed files with 101 additions and 2 deletions

View file

@ -13,6 +13,14 @@
ansible.builtin.import_tasks: haskell.yml
when: "'haskell' in tools"
- name: OCaml dev environment
ansible.builtin.import_tasks: haskell.yml
when: "'ocaml' in tools"
- name: Coq dev environment
ansible.builtin.import_tasks: coq.yml
when: "'coq' in tools"
- name: Text writing (typst) environment
ansible.builtin.import_tasks: txt.yml
when: "'txt' in tools"
@ -21,4 +29,4 @@
ansible.builtin.import_tasks: lang.yml
when: "'lang' in tools"
# TODO: ocaml, truffle, coq ...
# TODO: ocaml, truffle ...