starter/lua/plugins/treesitter.lua
2025-08-12 12:38:34 -03:00

5 lines
158 B
Lua

return {
{ "nvim-lua/plenary.nvim" },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ "nvim-telescope/telescope.nvim", tag = "0.1.5" },
}