mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
For using named plugins with neovim < 0.10 plugin versions not above a certain value are needed.
7 lines
209 B
Lua
7 lines
209 B
Lua
return {
|
|
{'nvim-treesitter/nvim-treesitter',
|
|
tag = 'v0.9.3'}, -- pin to a version that works with nvim < 0.10
|
|
-- configure parsers via config/treesitter.lua
|
|
-- update parsers with :TSUpdate
|
|
}
|