| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(lua): fix some emmyluals warnings | Christian Clason | 2025-12-06 | 1 | -2/+2 |
| | | |||||
| * | fix(install): don't print operation summary by default | Christian Clason | 2025-05-29 | 1 | -2/+2 |
| | | | | | | | | Problem: People complain about noisy `install()`. Solution: Gate operation summary behind `summary` install option (default false, set to true for interactive `:TS*` commands). | ||||
| * | fix(install): create cache dir if not existing | Christian Clason | 2025-05-26 | 1 | -3/+0 |
| | | |||||
| * | fix(install): return task object in API functions | Christian Clason | 2025-05-22 | 1 | -2/+2 |
| | | |||||
| * | feat(install)!: migrate to latest async.nvim impl (#7856) | Lewis Russell | 2025-05-16 | 1 | -15/+8 |
| | | | | | Provides significantly simpler blocking installation and update. | ||||
| * | feat!: update tier 1 parsers to versions | Christian Clason | 2025-05-12 | 1 | -1/+1 |
| | | |||||
| * | refactor(lua): fix some luals warnings | Christian Clason | 2025-05-12 | 1 | -1/+1 |
| | | |||||
| * | feat(install): allow pass callback to `update()` | przepompownia | 2025-05-12 | 1 | -6/+15 |
| | | | | | | | | Problem: cannot run `:TSUpdate synchronously` Solution: pass callback used after exiting jobs (like in `install-parsers`). | ||||
| * | fix(install): return error code in callback | Christian Clason | 2025-05-12 | 1 | -4/+7 |
| | | |||||
| * | feat(install): allow specifying max jobs | Christian Clason | 2025-05-12 | 1 | -1/+4 |
| | | |||||
| * | feat(install)!: generate from json instead of requiring node | Christian Clason | 2025-05-12 | 1 | -3/+17 |
| | | | | | | | | | | | | | Problem: Many parsers require node/npm to evaluate the `grammar.js` before being able to generate a parser from it. Solution: Generate from `grammar.json` instead, which is fully resolved. Drops `node` and `npm` as (optional) requirements for nvim-treesitter. Note that this requires parsers to commit the generated json iff the grammar requires evaluation (which is currently the case for all tracked languages). | ||||
| * | ci: remove update-lockfile shell script | Christian Clason | 2025-05-12 | 1 | -0/+15 |
