mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-05-13 20:11:46 +02:00
6 lines
139 B
Lua
6 lines
139 B
Lua
return {
|
|
{'nvim-treesitter/nvim-treesitter'}
|
|
-- configure parsers via config/treesitter.lua
|
|
-- update parsers with :TSUpdate
|
|
}
|