mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(install)!: migrate to latest async.nvim impl (#7856)
Provides significantly simpler blocking installation and update.
This commit is contained in:
parent
7a4a35de3e
commit
69371f0148
7 changed files with 788 additions and 175 deletions
2
TODO.md
2
TODO.md
|
|
@ -4,7 +4,6 @@ This document lists the planned and finished changes in this rewrite towards [Nv
|
|||
|
||||
## TODO
|
||||
|
||||
- [ ] **`install.lua`:** migrate to async v2
|
||||
- [ ] **tests:** remove custom crate, plenary dependency
|
||||
- [ ] **indents:** rewrite (Helix or Zed compatible)
|
||||
- [ ] **textobjects:** include simple(!) `node`, `scope` (using `locals`) objects
|
||||
|
|
@ -26,3 +25,4 @@ This document lists the planned and finished changes in this rewrite towards [Nv
|
|||
- [X] drop ensure_install (replace with install)
|
||||
- [X] **CI:** switch to ts_query_ls, add update readme as check (remove update job)
|
||||
- [X] **CI:** track versioned releases for tier 1
|
||||
- [X] **`install.lua`:** migrate to async v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue