mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Instead, call `require('nvim-treesitter').install( { ... } )` manually.
This gives users full control over how they want to install parsers
(sync, from grammar, limited concurrency) and obviates the need for
calling `setup` for most users.
|
||
|---|---|---|
| .. | ||
| check-queries.lua | ||
| ci-install.sh | ||
| convert-lockfile.lua | ||
| format-queries.lua | ||
| install-parsers.lua | ||
| minimal_init.lua | ||
| run_tests.sh | ||
| update-parsers.lua | ||
| update-readme.lua | ||