mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
5 lines
158 B
Lua
5 lines
158 B
Lua
return {
|
|
{ "nvim-lua/plenary.nvim" },
|
|
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
|
{ "nvim-telescope/telescope.nvim", tag = "0.1.5" },
|
|
}
|