mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(install): don't prompt on installed parsers (skip)
Use `:TSInstall!` or `force = true` to reinstall.
This commit is contained in:
parent
12e0246e4f
commit
9365cf8a97
3 changed files with 5 additions and 11 deletions
2
TODO.md
2
TODO.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue