dotfiles/nvim/lua/trianta/nav.lua

10 lines
222 B
Lua
Raw Normal View History

return {
{
"nvim-telescope/telescope.nvim", branch = '0.1.x',
-- or , branch = '0.1.x',
dependencies = {"nvim-lua/plenary.nvim"},
},
"ThePrimeagen/harpoon"
}