dotfiles/nvim/lua/trianta/nav.lua

13 lines
266 B
Lua
Raw Normal View History

return {
{
"nvim-telescope/telescope.nvim",
2024-06-07 21:55:16 -05:00
tag = '0.1.8',
dependencies = { "nvim-lua/plenary.nvim" },
},
{
"ThePrimeagen/harpoon",
branch = "harpoon2",
dependencies = { "nvim-lua/plenary.nvim" },
}
}