fix(install): don't prompt on installed parsers (skip)

Use `:TSInstall!` or `force = true` to reinstall.
This commit is contained in:
Christian Clason 2025-03-26 09:54:22 +01:00
parent 12e0246e4f
commit 9365cf8a97
3 changed files with 5 additions and 11 deletions

View file

@ -4,6 +4,8 @@ This document lists the planned and finished changes in this rewrite towards [Nv
## TODO
- [ ] **`config.lua`:** drop ensure_install (replace with install), ignore_install
- [ ] **`install.lua`:** simply skip Tier 4 parsers (`get_install_info`)
- [ ] **`parsers.lua`:** allow specifying version in addition to commit hash (for Tier 1)
- [ ] **`parsers.lua`:** add WASM support (tier 1)
- [ ] **`install.lua`:** migrate to async v2