text fixes, remove unrequired todos, gamedev fixes, fixes

This commit is contained in:
ProgramSnail 2025-08-17 19:27:01 +03:00
parent 86f72b810e
commit 3246e1c08c
6 changed files with 12 additions and 13 deletions

View file

@ -4,7 +4,7 @@
- name: Installing ocaml (required for lsp)
ansible.builtin.import_tasks: ocaml.yml
# TODO: add otion to choose ocaml switch
# TODO: add option to choose ocaml switch
- name: "Installing coq lsp: pin version"
ansible.builtin.command:
cmd: opam pin add coq 8.18.0 --yes