Files
dotfiles/.config/nvim/lua/plugins/treesitter.lua

7 lines
209 B
Lua
Raw Normal View History

2025-01-22 22:29:58 +01:00
return {
{'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
}