2025-01-22 22:29:58 +01:00
|
|
|
return {
|
2025-04-08 12:50:46 +02:00
|
|
|
{'nvim-treesitter/nvim-treesitter',
|
|
|
|
|
tag = 'v0.9.3'}, -- pin to a version that works with nvim < 0.10
|
2025-01-22 22:29:58 +01:00
|
|
|
-- configure parsers via config/treesitter.lua
|
|
|
|
|
-- update parsers with :TSUpdate
|
|
|
|
|
}
|