mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
refactor: rewrite installation using jobs and async
Replace sync variants with callback support
This commit is contained in:
parent
5aa2984a02
commit
cde679e435
15 changed files with 951 additions and 709 deletions
|
|
@ -59,9 +59,6 @@ require'nvim-treesitter'.setup {
|
|||
-- List of parsers to ignore installing
|
||||
ignore_install = { },
|
||||
|
||||
-- Install parsers synchronously (only applied to `ensure_install`)
|
||||
sync_install = false,
|
||||
|
||||
-- Automatically install missing parsers when entering buffer
|
||||
auto_install = false,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue